码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2017-09-21 18:07:28      阅读:302      评论:0      收藏:0      [点我收藏+]

标签:nbsp   删除   style   调用   col   ova   href   int   conf   

config.xml

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

 

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

标签:nbsp   删除   style   调用   col   ova   href   int   conf   

原文地址:http://www.cnblogs.com/nayuta/p/7569310.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!