-
Notifications
You must be signed in to change notification settings - Fork 768
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
Not working on React-native android build #357
Comments
Datafeeds is undefined |
getting same issue |
I have the same problem, it works normally on iOS, but on android it doesn't work. When I change my HTML to something like <!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
</head>
<body>
<h1>Hello World</h1>
</body>
</html> it works perfectly on Android, but the example doesn't work. @SlicedSilver Do you know what it could be? I don't know if there is any permission, or if there is any additional HTML tag |
Have you copied all the files to correct directories? The files are copied to different directories for iOS and Android. To get a more concrete answer on what the issue is, you should connect the developer tools to the web view and see what the errors are (you may need to refresh the page). |
Hi Mark, I managed to solve it! For the next people who are going to integrate charting-library with Android and are testing in a simulator, when using Webview make sure to add the If it's set to androidLayerType="hardware" just change it to: androidLayerType="software" this should fix the problem. |
Its not working when create android build
"expo": "49.0.7",
"react-native": "0.72.3",
"react-native-webview": "13.2.2"
Showing blank white screen. but working on android emulator.
To Reproduce
create android apk build and run on physical device.
The text was updated successfully, but these errors were encountered: