手机机型华为荣耀8x,无法弹出选择浏览器的框,而且还打印 "msg":"未找到可执行的应用",但是手机上是有存在两个浏览器的
代码:
`api.openApp({
androidPkg: 'android.intent.action.VIEW',
mimeType: 'text/html',
uri: 'https://fir.im/ypq6'
}, function (ret, err) {
if (ret) {
console.log(JSON.stringify(ret));
} else {
console.log(JSON.stringify(err));
}
});`
吐血, 我也遇到这个问题了, 有的网址可以 有的不可以,不可以的网址用android studio调用android.intent.action.VIEW 也可以 楼主解决了吗?