Link to my Apps in AppStore in Phonegap

后端 未结 3 2229

I want to add link to my other apps in App Store from Phoengap app.

I tried open in webview this URL:

http://itunes.com/apps/bjango

By this article http:

3条回答
  •  时光说笑
    2021-02-20 03:19

    Even tho this is an old thread... Mike has been asking if there's a way to detect whether we're on iOS or Android platform.

    In Phonegap/Cordova you can call

    device.platform
    

    which will, for example, return the value

    iOS

提交回复
热议问题