Page 1 of 1

ios default browser not work

Posted: Mon Oct 07, 2013 11:13 am
by Francisco Narro

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?


ios default browser not work

Posted: Mon Oct 07, 2013 11:48 am
by Maryna Brodina

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...


ios default browser not work

Posted: Mon Oct 07, 2013 1:33 pm
by Francisco Narro

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


ios default browser not work

Posted: Mon Oct 07, 2013 1:49 pm
by Maryna Brodina

You should search on Source tab.


ios default browser not work

Posted: Mon Oct 07, 2013 2:11 pm
by Francisco Narro

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.