-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
[WebViewExample] Bundled HTML does not work #6004
Comments
It's fixed in React Native v.0.20, but there is still the same error in UIExplorer. Maybe it was not upgraded to latest version yet. Thank you guys! |
+1 have encountered the same issues |
I have the same error and behavior , can't present local html in webView in both ios and Android. any idea? I'm on 0.23.1 and now testing on 0.24 and it also don't wokr. |
+1 It doesn't work on the latest 0.25.1 |
@comiclee one solution is to load the html with require , I still haven't upgraded to 0.25 but it works for 0.23 |
@rotemsloo, require html files can work in develope mode, but fails in release apk file |
+1. I'm seeing this on latest version. Debug build is fine, but release shows blank page. |
cc: @dmmiller |
Looking at release build now. Thanks for the heads up. |
As far as I can tell this got fixed. I'm going to close this issue but if people see it recur with recent builds of React Native please feel free to open a new issue. |
Its still not working, I mean its not fixed. RN 0.36 on Android. Assets need to be manually placed as suggested above. |
Not working on RN 0.37 as well. |
Not working on RN 0.39.2 as well. |
Not working on RN 0.40 as well. |
Not working on RN 0.41 as well. |
on RN 0.40, |
As @lacker was saying we should open a new issue, has anyone opened a new issue for this? Or should we continue in this thread? For me, it seems we should continue here only and re-open this one. |
It looks like this is being tracked in this issue now: #7924 |
It is a knowled bug in react-native: facebook/react-native#7924 facebook/react-native#6004 facebook/react-native#505 (comment)
I cannot render bundled HTML file in WebView. I suppose it is a bug in React Native because it does not work also in your WebViewExample and UIExplorer.
Error in Android emulator:
Error in your online UIExplorer:
The text was updated successfully, but these errors were encountered: