Access external URL(Google.com) from PhoneGap(Android)

前端 未结 3 559
一向
一向 2021-01-14 20:32

I am new to PhoneGap and Android.I am unable to access Extrenal URL\' like google from PhoneGap,i tried Iframe and Window.Location.Href but not sure why it\'s not working.

3条回答
  •  粉色の甜心
    2021-01-14 20:48

    The access xml helped me. You can use the navigator.app.loadUrl function to get the url loaded in the current webview - look in the cordova.js file for details of the options

提交回复
热议问题