try this
I fixed this problem using this workaround.
Open your cordova’s configuration file called “config.xml” and add the following line:
<preference name="OverrideUserAgent" value="Mozilla/5.0 Google" />
read it here
try this
I fixed this problem using this workaround.
Open your cordova’s configuration file called “config.xml” and add the following line:
<preference name="OverrideUserAgent" value="Mozilla/5.0 Google" />
read it here