In app Browser
-
How can I open external webpages in cordova app. I tried using Open-External-URL utils. But it opens website in safari browser instead of application. I am testing in Iphone XS max ios 13.5.1.
Button:
<q-btn flat style=“color: #FF0080” label=“Open In App Browser” @click=“open”/>Methods:
open () {
openURL(‘https://en.m.wikipedia.org/wiki/Safari’)
}Plus I have tried installing cordova-plugin-inappbrowser and cordova-plugin-safariviewcontroller in src-cordova file.
Can anyone help me.
-
You’re supposed to use the cordova plugins. So what is the problem with them?