【学平险业务字段需求】测试安卓

This commit is contained in:
dwq
2021-08-12 22:30:32 +08:00
parent f208275d44
commit c926529e83

View File

@@ -166,7 +166,7 @@ function appCallBack() {}
}
// iOS使用
if (navigator.userAgent.indexOf('iPhone') != -1) {
if (navigator.userAgent.indexOf('iPhone') != -1||navigator.userAgent.indexOf('android') != -1||navigator.userAgent.indexOf('Android') != -1) {
/*
// WebViewJavascriptBridge v5
if (window.WebViewJavascriptBridge) { return callback(WebViewJavascriptBridge); }