Francisco Narro
Posts: 0
Joined: Thu Oct 03, 2013 9:58 am

ios default browser not work

I have an application that I need to call to device browser instead appery browser.

I use this code codewindow.open(pURL, "_system", "location=yes");/code
but It doesn't work in Ipad.
In Android and in Webpage it woks fine.

¿what's the matter?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

ios default browser not work

Hello! There is no Appery.io browser. It just the standard browser. Could you clarify what is your iOS version? Also please check if you've set needed permissions http://cordova.apache.org/docs/en/2.6...

Francisco Narro
Posts: 0
Joined: Thu Oct 03, 2013 9:58 am

ios default browser not work

Hello,

My IOS version is 7.02.
I'm looking for the permission code<plugin name="InAppBrowser" value="CDVInAppBrowser" &#47;>
/code
but I have not found it in IOS Keys list

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

ios default browser not work

You should search on Source tab.

Francisco Narro
Posts: 0
Joined: Thu Oct 03, 2013 9:58 am

ios default browser not work

Thanks, I've add the following code in config.xml (tabs: sourceIOSproject)

code<feature name="InAppBrowser">
<param name="ios-package" value="CDVInAppBrowser" &#47;>
<&#47;feature>
/code

Now, it works.

Return to “Issues”