提交 cd548745 编写于 作者: Q qiang

fix: 解决华为 webview 10.0.0.311 内 canvas 绘制本地图像跨域的问题 question/110676

上级 4474c746
......@@ -353,8 +353,8 @@ export default {
return
}
}
// Chrome84+ 本地路径
if (src.indexOf('file://') === 0 && navigator.vendor === 'Google Inc.' && 'wakeLock' in navigator) {
// 安卓 WebView 本地路径
if (src.indexOf('file://') === 0 && navigator.vendor === 'Google Inc.') {
image.crossOrigin = 'anonymous'
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册