PhoneGap Build: how to open external url in device browser on Android?

后端 未结 6 1406
难免孤独
难免孤独 2020-12-03 07:25

External URL\'s don\'t open in the system\'s browser in my PhoneGap Android application. I\'m using PhoneGap Build 2.3.0.

According to the Cordova documentation I u

6条回答
  •  借酒劲吻你
    2020-12-03 08:08

    This question is now a little old, but I felt it was worth updating. This now works fine with PhoneGap Build when used with 2.9.0.

    I have compiled and tested it on Android 4.3 and iOS 6.1.3. I do not have the InAppBrowser plugin in my app as that's to open pages in the app, rather than cause the native browser to open them, and I only have the following for the access tags:

    
    
    

提交回复
热议问题