uniapp 免签打包(H5方式)的iOS APP 无法打开第三方链接, 比如我要在 APP 做一个链接,点击后直接用浏览器打开这个链接plus.runtime.openURL尝试了,在安卓和h5页面都可以,但是到了iOS就不行了
各种方式都尝试了,就是没法跳转
// #ifdef APP-PLUS
plus.runtime.openURL(encodeURI(URL), error=>{
// console.log(error.message)
uni.showToast({
title: error.message,
icon: 'none',
duration: 2000
})
})
// #endif
0 个回复