PhoneGap: Opening external URL's in Safari

后端 未结 12 868
耶瑟儿~
耶瑟儿~ 2020-11-30 03:04

I\'ve just upgraded to PhoneGap 1.6.1 and I can no longer get external URL\'s to open in Safari.

Prior to this version I had patched AppDelegate.m as follows:

<
12条回答
  •  执笔经年
    2020-11-30 03:54

    I managed to make it work with this setup:

    1: Add the following line to config.xml - PhoneGap version 3.1 and above:

    
    

    2: Afterwards you can do like this:

    Link
    

提交回复
热议问题