cordova跳转远程页面调用浏览器问题
config.xml
删除 <allow-intent href="http://*/*" /> <allow-intent href="https://*/*" /> 添加 <allow-navigation href="http://*/*" /> <allow-navigation href="https://*/*" />
config.xml
删除 <allow-intent href="http://*/*" /> <allow-intent href="https://*/*" /> 添加 <allow-navigation href="http://*/*" /> <allow-navigation href="https://*/*" />