with phonegap I develope web based applicaton using html and javascript.In my app there is URL but when user click that url work in my app I want to open that url in web browser what should I do?
Asked
Active
Viewed 40 times
0
-
What do you have tried ? – Aman jaura May 01 '18 at 17:21
-
1Possible duplicate of [phonegap open link in browser](https://stackoverflow.com/questions/17887348/phonegap-open-link-in-browser) – Andrew Lohr May 01 '18 at 17:40
-
@Amanjaura Window.open() but this call work inside application I want to work in web browser not my ap – user1688401 May 01 '18 at 17:40
-
Have a look at the above link suggested by @AndrewLohr. It might solve your problem. – Aman jaura May 01 '18 at 17:42
-
@AndrewLohr do you suggest inappbrowser?I will try this but I will use webview.One page only.That page is just webview.So using that plugin is enough?I can handle page -url which will loaded to my webview – user1688401 May 01 '18 at 17:45