Hi, I would like a suggestion, I try to open the browser from a page that is loaded from WebView
/ UIWebView
, in an application iOS
or Android
for example:
window.open(
'http://www.stackoverflow',
'_blank'.
);
For security in the new OS this can be a problem in terms of security, but I would like a suggestion from the experts, any possible solution?
Some way to open a url from Webview
, no matter if I require the use of some Framework
, the use of a Intent
or interface is discarded.