I have implemented a web-view in react-native which
I am trying to login via web-view and open whole website in web-view inside app
<View style={{ flex: 1 }}>
<WebView
source={{
uri: "https://example.com"
}}
style={{flex: 1}}
/>
</View>
When I tried to click on google login button, I get this error

you have to privide user agent User agent in my case
<WebView
userAgent={DeviceInfo.getUserAgent() + " - MYAPPNAME - android "}
ref={"WEBVIEW"}
automaticallyAdjustContentInsets={false}
source={{uri: this.state.url}} />
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With