安卓 微信 回退默认不操作拦截失败
Posted 逍遥妹纸
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安卓 微信 回退默认不操作拦截失败相关的知识,希望对你有一定的参考价值。
if (UserAgent.app.weixin && UserAgent.env.android) {
//安卓回退弹窗兼容
try {
window.tbs_bridge.nativeExec(\'network\', \'type\', 0, null);
} catch (e) {
console.error(\'weixin network\', e);
}
}
以上是关于安卓 微信 回退默认不操作拦截失败的主要内容,如果未能解决你的问题,请参考以下文章