https://webkit.org/blog/13936/enabling-the-inspection-of-web-content-in-apps/
ios 16.x 升级了策略,要能webview调试,需要开启 isInspectable 属性,否则在safari中看不到网页地址。
今天用最新版hbuildx 打包了ios的调试基座,安装在ios16.4.1 机型上,确实看不到没法调试。
同时向模拟器安装app,safari是可以正常调试的。
https://webkit.org/blog/13936/enabling-the-inspection-of-web-content-in-apps/
ios 16.x 升级了策略,要能webview调试,需要开启 isInspectable 属性,否则在safari中看不到网页地址。
今天用最新版hbuildx 打包了ios的调试基座,安装在ios16.4.1 机型上,确实看不到没法调试。
同时向模拟器安装app,safari是可以正常调试的。
H5+ App 使用 plusSetAttribute 更新属性值就行了:
const nwv = plus.ios.currentWebview();
nwv.plusSetAttribute('inspectable', true);
FullStack - 【插件开发】【专治疑难杂症】【ios上架、马甲包、白包、过审、已成功上架过几百个】【多款插件已上架:https://ext.dcloud.net.cn/publisher?id=22130】【非诚勿扰】QQ:543610866
hbx 3.7.11 ios16.4.1 可以打开调试呀,有打印
felbry (作者)
不是打印,是 苹果手机运行调试版App(webview网页),数据线连接电脑,打开safari浏览器,在菜单 - 开发 - 机型中 找不到 可以调试的网页
2023-05-09 15:00
t***@nextseeker.com
@DCloud_App_Array 建议 native 更新一下默认值
2023-10-11 11:09