Category: React Native Webview
Referer header is not passing to request
I have private vimeo video. It restricted by domain-level privacy It works if request contains Referer header, but seems like react-native-webview not pass it So…
[WIP] Clean code // Remove unnecessary props — PART 1
Over time, WebView has evolved a lot and has gone through many updates, resulting today in a hard and messy code to maintain. In order…
BackgroundColor in loadingState is always white
The backgroundColor does not set the backgroundColor of the loadingView. This color is hardcoded to white. It works only when i set useWebKit={false}. Which leads…
Prevent deep linking to third party applications
Is it possible to disable deep linking to other app, for instance if I have amazon installed on my device and open an amazon url…
[Android] Local html file don’t work on debug
Works on core RN’s webview, but this package make this error: TypeError: TypeError: TypeError: source is not an Object. (evaluating ”method’ in source’) with local…
check camera permission
Bug description: html use camera , in android log error java.lang.SecurityException: Permission Denial: starting Intent { act=android.media.action.IMAGE_CAPTURE… To Reproduce: html code like Expected behavior: open…
fullscreen landscape mode support
Hello im currently using version 5.9.1. i was waiting for fullscreen-video support for webview so when the user clicks on embedded youtube link it suppose…
v5.10.0 mixedContentMode=’always’ no effect
MixedContentMode=’aways’ doesn’t allow unsecure HTTP websites To Reproduce: Try any http website source with mixedContentMode=’always’ attribute. Actual: ERR_CLEAR_TEXT_NOT_PERMITTED error. Expected behavior: Website opens just fine….
[Questions]: How can get cookie which is set in webview in react-native?
I am trying to retrieve user entered zipcode which is added to the cookie in the webview. How do I get it? I have tried…
WebView does not load local HTML file
I’m attempting to load a local HTML file to webview and sometimes does not find the file and sometimes does not have access. This is…