cordova跳转远程页面调用浏览器问题

config.xml

删除
    <allow-intent href="http://*/*" />
    <allow-intent href="https://*/*" />
添加
    <allow-navigation href="http://*/*" />
    <allow-navigation href="https://*/*" />

 

posted @ 2017-09-21 16:34  西木野真姬  阅读(929)  评论(0)    收藏  举报