You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using https://github.com/formidable-webview/webshell to wrap react-native-webview in order to embed the webview inside a ScrollView and have an auto-height for it, in order for other native components to be laid out at the bottom of it.
It appears that when the content in the view passes a certain threshold, it starts rendering blank. It still takes up all the space it needs to, so there are scroll views present, just that the entire space is empty.
Upon checking Flipper, I noticed this error logged in the Android system logs:
chromium: [ERROR:tile_manager.cc(811)] WARNING: tile memory limits exceeded, some content may not draw
Pass some large content with multiple large embedded base64 images as the html source (pass a string of the entire html). I haven't verified if this also occurs with URL sources.
I can reproduce it on both the emulator and a real device.
Hello 👋, this issue has been opened for more than 2 months with no activity on it. If the issue is still here, please keep in mind that we need community support and help to fix it! Just comment something like still searching for solutions and if you found one, please open a pull request! You have 7 days until this gets closed automatically
Bug description:
I'm using https://github.com/formidable-webview/webshell to wrap react-native-webview in order to embed the webview inside a
ScrollView
and have an auto-height for it, in order for other native components to be laid out at the bottom of it.It appears that when the content in the view passes a certain threshold, it starts rendering blank. It still takes up all the space it needs to, so there are scroll views present, just that the entire space is empty.
Upon checking Flipper, I noticed this error logged in the Android system logs:
chromium: [ERROR:tile_manager.cc(811)] WARNING: tile memory limits exceeded, some content may not draw
Possibly related: https://stackoverflow.com/questions/62080137/android-webview-does-not-display-web-page-even-though-the-page-has-successfully
To Reproduce:
Pass some large content with multiple large embedded base64 images as the
html
source (pass a string of the entire html). I haven't verified if this also occurs with URL sources.I can reproduce it on both the emulator and a real device.
Expected behavior:
Content should render.
Screenshots/Videos:
Reusing screenshot from iou90/react-native-autoheight-webview#241
Environment:
The text was updated successfully, but these errors were encountered: