webview的overrideUrlLoading拦截的url怎么让他继续执行跳转,继续用loadURL会成死循环
this.web.overrideUrlLoading({mode:"reject"}, function(e){
event1(e.url);
this.web.create(e.url);
});
webview的overrideUrlLoading拦截的url怎么让他继续执行跳转,继续用loadURL会成死循环
this.web.overrideUrlLoading({mode:"reject"}, function(e){
event1(e.url);
this.web.create(e.url);
});
FullStack - 【插件开发】【专治疑难杂症】【ios上架、马甲包、白包、过审、已成功上架过几百个】【多款插件已上架:https://ext.dcloud.net.cn/publisher?id=22130】【非诚勿扰】QQ:543610866
直接跳转页面
2***@qq.com (作者)
我用loadURL(url)一直处于死循环,是用哪个命令呢
2022-10-24 21:07
FullStack
回复 2***@qq.com: uni.reLaunch
2022-10-24 21:11
2***@qq.com (作者)
回复 FullStack: 没有找到这个命令呀,是函数吗还是
2022-10-24 21:20
2***@qq.com (作者)
回复 FullStack: 我的是html5的项目
2022-10-24 21:28
2***@qq.com (作者)
回复 2***@qq.com: plus
2022-10-24 21:39