samall76 opened a new issue, #428:
URL: https://github.com/apache/cordova/issues/428

   I use cordova and the inappbrowser to open a webapplication. In the 
webapplication I want external links open in the system browser. So the 
question is how can I open a link from the inappbrowser to the sytem 
webbrowser. 
   
   What I have tried is to run somehting like this in the local cordova 
index.html. Then a system browser is opened, worked fine. But what I need is to 
open the system browser while clicking a link in the inappbrowser. What happens 
is that the links loads over the page in the inappbrowser instead of opening 
the system browser. 
   
   var targetUrl = "https://www.example.com";;
   var inAppBrowserRef = cordova.InAppBrowser.open(targetUrl, '_system', 
'location=yes,hidden=yes,usewkwebview=yes');
   
   I'm using iOS. 
   Can someone give me some pointers how to address this?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to