flutter_echarts icon indicating copy to clipboard operation
flutter_echarts copied to clipboard

安卓设备报错

Open seanLee opened this issue 2 years ago • 1 comments

首先感谢作者的这个库,能完美实现前端的图表😂. 现在遇到一个问题, MIUI 13.0.14会报错: "Uncaught ReferenceError: Messager is not defined", source: about:blank (51)

seanLee avatar Sep 28 '23 02:09 seanLee

通过本地调试, 把..loadHtmlString(utf8.fuse(base64).decode(htmlBase64));这行代码移到注入Messager的代码行后,就正常了.

seanLee avatar Sep 28 '23 06:09 seanLee