App crashes when trying to render a large html string on device #14
Unanswered
mauryalamin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently came across this wonderful package when someone referenced it on Reddit.
I'm pulling data from an API that sometimes returns a very large HTML string. RichText has no problem when testing on the Xcode simulator, but it crashes when testing on an iPhone 13 Pro running iOS 15.5. I'm running RichText 1.7.0, Xcode 13.4.1 with an iOS target of iOS 15.5.
Is there a limit or workaround for dealing with huge HTML strings?
Attached are screen grabs of the error and console output.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions