-
Notifications
You must be signed in to change notification settings - Fork 10
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
Lower versions of Chrome does not work #50
Comments
Hello. In what situations might someone use an older version of Chrome? Is it using old Android devices? |
Yes, our users' Android devices may still be Android 8 or Android 9, and the built-in webview version is chrome62-69 |
react-native-webview/react-native-webview#1099 (comment) It seems to be related to the issue. Although it has been a while, the matter is not yet fully resolved. I have confirmed that this does not work properly in older versions of Chrome. |
The issue where the connection between native and web was not seamless has been resolved by adding a logic to rehydrate when necessary. The testing has been completed on Android 8 (Chrome 58), and it is confirmed to be functioning correctly. Please check version 1.5.1. |
Thank you very much, your work solved my problem. |
Thank you for your work!
In lower versions of Chrome (such as Chrome 62),bridge does not work。
Print Information:
1、bridge.isWebViewBridgeAvailable is always false
2、window.bridgeMethods is also undefined
The text was updated successfully, but these errors were encountered: