-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Android] Content is missing on long posts in html mode #1268
Comments
There is an active PR: #1277 But as it's explained in this comment: #1277 (comment) |
I've investigated the issue as part of the current sprint and think i found something interesting:
With those above in mind I started to break our app by changing the native/web code, until I found that the culprit is the
My conclusions: To fix the problem we have 2 ways:
For reference, this is the testing post i'm using on my blog. I deliberately chose to use a simple long post with para blocks only. |
I've spent some time writing our own version of Unfortunately, it seems to me, that the way the original cc @hypest Now sure, but at this point i'm prone toward the first solution outlined in my previous comment, that does disable HW on Android 8 only, when HTML mode is switched, and left any further investigation to future time. I guess we need to fix this issue anyway. |
Fixed in #1401 - Maybe we need to reiterate on this and propose a better solution, but for now we're ok with the current one. |
If there is some long post that should be presented in HTML mode e.g. https://gist.github.com/hypest/25e6d96b9c45ce92770f3c4c7ccafa9d
HTML editor won't show any content as a result of:
ReactEditText not displayed because it is too large to fit into a software layer (or drawing cache), needs 18616320 bytes, only 18432000 available
The text was updated successfully, but these errors were encountered: