Closed Guangdinghou closed 4 years ago
已解决。 重写 WebChromeClient 的getDefaultVideoPoster方法
public Bitmap getDefaultVideoPoster() {
if (super.getDefaultVideoPoster() == null) {
return BitmapFactory.decodeResource(mContext.getResources(), R.mipmap.temp);
}
return super.getDefaultVideoPoster();
}
问题详细描述 Detailed description of the problem
Android 9 10 系统中,插件中的webview去加载带有video标签的页面时就会发生崩溃。(Android7和8暂未尝试) Android 6中正常
复现问题步骤 Steps to reproduce the problem
其它重要信息 Other important information
replugin-host-gradle:2.3.1 replugin-plugin-gradle:2.3.1 replugin-host-lib/gradle Version:2.2.4 rePlugin-plugin-lib/gradle Version:2.3.1
Android API Version: Android 手机型号&ROM(Phone model & ROM):
Logcat上下文 Logcat context
错误日志: