-
Notifications
You must be signed in to change notification settings - Fork 77
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
WebView crashes when it gets loaded on emulator for the second time #14
Comments
It doesn't crash if emulator has API 27 |
I confirm the same scenario. If the component is reloaded (upon navigation) to regenerate the token, it crashes on Android, but not on iOS. |
Also opacity and hardware acceleration fixes don't work to fix this one. |
Adding |
When I test my app on emulator (
API 30
withAndroid 10.0+
) I can't load the component for the second time. It crashes the app and I can't catch the error usingErrorBoundary
component.It doesn't crash on a real Android device (
Android 7.0
which would beAPI 21
and no updated Chromium WebView) no matter how many times I reload the captcha component. So it's related to the emulator or versions of Android libraries in it.I found these issues which say that that there is an issue with current Chrome:
rishichawda/react-native-qrcode-generator#23
react-native-webview/react-native-webview#429 (comment)
Is it fine to have a small PR that applies their fixes?
The text was updated successfully, but these errors were encountered: