BuglyDevTeam / Bugly-Android-Demo

Bugly Android SDK 使用例子
Apache License 2.0
811 stars 312 forks source link

Bugly.js接入后webview部分页面跳转失效 #293

Open rangaofei opened 3 years ago

rangaofei commented 3 years ago

异常类型

JS页面按钮失效或者不能正常跳转

手机型号

oppo R11s,vivo Y85A

手机系统版本

Android 8.1.0 ColorOSV5.2.1

未接入前正常,接入后不能跳转,请协助排查原因

 @Override
public void onProgressChanged(WebView view, int newProgress) {
    CrashReport.setJavascriptMonitor(webView, true);
    ...

https://user-images.githubusercontent.com/19360358/103846633-86863600-50d9-11eb-9fef-d3fad3c3fe89.mp4