Joe Blenis
13 Mar 2014, 9:06 AM
I have an application using extjs and packaged with adobe phonegap build that I need to open a link from on apple devices using ios 7.1. I need this link to open in a new native browser window. Currently trying to open this link has caused the application itself to open the link with no way to get back to the application without closing and restarting it.
After searching the web for this issue, I have tried various solutions involving turning the link into a simple <a> tag with an href, to putting the phonegap plugin found here: https://build.phonegap.com/plugins/233 into my config.xml. No solutions that I've tried have worked (or even shown me any other sort of behavior) yet. Taking an example such as https://s3.amazonaws.com/kaontest/testopen/index.html and pinning it to the home menu works perfectly well, which leads me to believe that the problem lies with the application itself.
Currently the link is a component with html tags thrown into it when it is defined. Can anyone help me open this link in a new browser tab/window? Thanks.
After searching the web for this issue, I have tried various solutions involving turning the link into a simple <a> tag with an href, to putting the phonegap plugin found here: https://build.phonegap.com/plugins/233 into my config.xml. No solutions that I've tried have worked (or even shown me any other sort of behavior) yet. Taking an example such as https://s3.amazonaws.com/kaontest/testopen/index.html and pinning it to the home menu works perfectly well, which leads me to believe that the problem lies with the application itself.
Currently the link is a component with html tags thrown into it when it is defined. Can anyone help me open this link in a new browser tab/window? Thanks.