安卓window里面name<["js"]> 方法名:["intenttoZxing"]
if (window["js"] && window["js"]["intenttoZxing"]) {//安卓
window.js.intenttoZxing();
} else {//iOS方法name<ScanAction>
window.webkit.messageHandlers.ScanAction.postMessage(null);
}
安卓window里面name<["js"]> 方法名:["intenttoZxing"]
if (window["js"] && window["js"]["intenttoZxing"]) {//安卓
window.js.intenttoZxing();
} else {//iOS方法name<ScanAction>
window.webkit.messageHandlers.ScanAction.postMessage(null);
}
本文标题:iOS JS做判断区分安卓与iOS方法,if
本文链接:https://www.haomeiwen.com/subject/vutpbxtx.html
网友评论