android - Opening a link in web browser -
Yes, there are lots of solutions found on the net, thanks Google did not do any of these! I'm listing them here:
1- Using the Data-Relay attribute, external
2- Installing the Cordova InAppBrowser as well as the onclick attribute onclick = "window.open ('http://www.google.com', along with the plugin) '_system') is a false return; a tags related to
3- It checks that cordova.js , Cordova_plugins js is in existence & included in the relevant HTML file
They were the most recommended suggestions I found it on stack overflow and other forums, yet it has been opened in the app window!
I appreciate your help.
code> phonegap without installing jquery-mobile and having InAppBrowser plugin I can see a link using this I:
window.open (encodeuri ('https: //www.google.co.uk/?gfe_rd=cr&ii=jxvBVKuLIOqD0AXI74CACQ#q=woop'), '_system', 'Location = yes'); If you have any If you are trying to open a link to the pdf file, it will download it on the device. Hope that helps
Comments
Post a Comment