Category: React Native Webview
Android Cookies not being deleted
Bug description: I am implementing an OAuth2 flow for users and upon re-loading the react-native-webview with the login url after logging out on iOS devices…
serviceWorker API not available?
Bug description: navigator.serviceWorker API unavailable within webview. User agent reported by the webview: Mozilla/5.0 (Linux; Android 9; ONEPLUS A3010 Build/PQ2A.190305.002; wv) AppleWebKit/537.36 (KHTML, like Gecko)…
onload functions are not called (window.onload, image.onload)
Hi, I am loading a WebView like this: <WebView style={{ height: height, width: width, }} originWhitelist={[‘*’]} javaScriptEnabled={true} source={ require(‘./canvas.html’) } /> Where canvas.html is something…
I can not download the image in the page with Android webview.
I can not download the image in the page with Android webview. I want you to be able to save by long tap. I am…
Error Opening HTML File with Bundled JS and CSS in Android
EDIT: This issue is a duplicate of the one already discussed here: #428 Original Text: HTML file with CSS and JavaScript bundled using Parcel or…
ReactNativeWebView gets renamed as ReactABI33_0_0NativeWebView
In iPhone* simulators the window.ReactNativeWebView will be renamed as window.ReactABI33_0_0NativeWebView! So window.ReactNativeWebView.postMessage is undefined but window.ReactABI33_0_0NativeWebView.postMessage works as expected. Am i missing something? This is…
Message Listener Only Receives “{isTrusted: true}” Object
The webpage rendered inside webview only receives {isTrusted: true} when receiving events. This issue can be reproduced by adding the following code to the webage…
[ios] RNCWKWebview not found in the UIManager.
Bug description: When starting react-native server with react-native start, seeing following: Loading dependency graph…(node:21315) UnhandledPromiseRejectionWarning: Error: jest-haste-map: Haste module naming collision: Duplicate module name: react-native…
I want to send a referrer
I want to send a referrer. I checked, but I can not send it. Is it possible?
Is there any kind of autoplay=false for videos?
Is your feature request related to a problem? If so, Please describe. I’m not sure if this should be already working. I’ve tried mediaPlaybackRequiresUserAction setting…