const wwwServer = await new Promise(resolve=>{
plus.io.requestFileSystem(plus.io.PRIVATE_WWW,({root})=>{
return resolve(root.toRemoteURL())
})
})
console.log(
`${wwwServer}/hybrid/html/index.html`
)
webview= plus.webview.create(
`${wwwServer}/hybrid/html/index.html`
,'test',{
width:'100%',
height:'100%',
})
- 发布:2023-10-25 16:06
- 更新:2023-10-25 16:41
- 阅读:267
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: Windows 11 专业版 22621.1413
HBuilderX类型: 正式
HBuilderX版本号: 3.8.12
手机系统: iOS
手机系统版本号: iOS 13.4
手机厂商: 苹果
手机机型: 苹果7
页面类型: vue
vue版本: vue3
打包方式: 云端
项目创建方式: HBuilderX
示例代码:
操作步骤:
将 _www 目录作为 http://localhost:13131/_www
访问 然后访问里面index.html 资源 安卓可以 IOS不行
将 _www 目录作为 http://localhost:13131/_www
访问 然后访问里面index.html 资源 安卓可以 IOS不行
预期结果:
正常访问
正常访问
实际结果:
无法访问
无法访问
bug描述:
将 _www 目录作为 http://localhost:13131/_www
访问 然后访问里面index.html 资源 安卓可以 IOS不行
1 个回复
hhyang (作者) - 如有问题,请添加QQ1606726660 备注付费咨询
demo 在这里 直接拖进 HBuilderX 运行到 ios真机即可