-
-
Notifications
You must be signed in to change notification settings - Fork 526
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 leak #448
Comments
same problem |
Can you provide a repo with minimal configuration needed to reproduce the issue? |
webview 开启硬件加速,安卓9 10 可以百分百重现 @WoLewicki |
@tanjiaweiGitHub could you write in English? I'm sorry but I don't understand what is written there. |
he means to set webview hardwareAccelerated=true, and then this leak would appear @WoLewicki |
enableScreens() and hardwareAccelerated=true Open any webpage through webView, then exit webview, click on any @WoLewicki |
By adding the style opacity: 0.99 you can avoid the crash problem, but I think this is not a long-term plan @WoLewicki |
And I encountered the problem of flickering after page loading when switching pages, which was temporarily solved by setting opacity: 0.99 |
There seem to be some problems with the react-native-webview and react-native-screens integration, but I am not sure that it should be solved anyhow on our side. If you have any ideas, I would love to check PR with such changes. |
I am closing this issue to keep the discussion about |
and after I have added this code to app.js.
and use
push
、navigate
to route in some pagesI got the leak warnings
The text was updated successfully, but these errors were encountered: