Skip to content
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

when you use navigation.navigate the app crash on android using webview because androidHardwareAccelerationDisabled #191

Closed
webuijorgeGL opened this issue Feb 3, 2021 · 6 comments
Assignees
Labels

Comments

@webuijorgeGL
Copy link

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:

  • OS:
  • OS version:
  • react-native version:
  • react-native-webview version:
  • react-native-autoheight-webview version:
@iou90
Copy link
Owner

iou90 commented Feb 8, 2021

Please provide your environment.

@webuijorgeGL
Copy link
Author

DEV and Production
Android 9

@zaka5192
Copy link

@gingerJY
Copy link

<AutoHeightWebView style={{ opacity: 0.99, minHeight: 1 }} .... />
add opacity and minHeight

@DerekNien
Copy link

React Native Navigation with Stack animationEnabled will cause this problem.
This might help:
facebook/react-native#25494 (comment)

@iou90 iou90 closed this as completed Jun 4, 2021
@vinchentso-ngouen
Copy link

<AutoHeightWebView style={{ opacity: 0.99, minHeight: 1 }} .... /> add opacity and minHeight

Thanks, that fixed the crash!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants