We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug description:
when you use navigation.navigate the app crash on android using webview because androidHardwareAccelerationDisabled
To Reproduce:
Source (static HTML or url):
Expected behavior:
Screenshots/Videos:
Environment:
The text was updated successfully, but these errors were encountered:
Please provide your environment.
Sorry, something went wrong.
DEV and Production Android 9
This might help react-native-webview/react-native-webview#429 (comment)
<AutoHeightWebView style={{ opacity: 0.99, minHeight: 1 }} .... /> add opacity and minHeight
React Native Navigation with Stack animationEnabled will cause this problem. This might help: facebook/react-native#25494 (comment)
Thanks, that fixed the crash!
iou90
No branches or pull requests
Bug description:
when you use navigation.navigate the app crash on android using webview because androidHardwareAccelerationDisabled
To Reproduce:
Source (static HTML or url):
Expected behavior:
Screenshots/Videos:
Environment:
The text was updated successfully, but these errors were encountered: