python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
React native webview using script in html of source parameter works on iOS but not on android
I have this react native webview setup shown below. It works well with iOS but shows a blank page on Android.
I am using RN 0.63.3 and RNWebview 11.15.0
How can I resolve this issue?
<WebView
...

Viswen Kumar
Votes: 0
Answers: 1
Got the Error "SSL Error: Certificate Authority is not trusted"
I have below identity server authorization endpoint to get access token. It is hosted in virtual machine(accessible only intranet).
https://productdev.co:30200/user/connect/authorize?client_id=<cli...
Eswaran
Votes: 0
Answers: 0
Detect href link click in react native webview
<WebView
bounces={false}
showsHorizontalScrollIndicator={false}
showsVerticalScrollIndicator={false}
javaScriptEnabled={true}
originWhitelist={['*']}
source={{ uri:"htt...
Rambler
Votes: 0
Answers: 0