做了一个画k线图的程序,线上demo.在pc上的safari,firefox,chrome都是ok的。手机,ios是ok,安卓上的chrome也ok,但是安卓上的其他浏览器基本就一个黑块。目前没有任何思路去调试canvas的兼容性。
(本身代码准备开源,见github,但是还没整理。如有需要可以看一下。
所以大家有啥建议去解决或调试这个canvas的兼容性问题。
光阴似箭催人老,日月如移越少年。
It’s not an Android problem. . . I wrote it using ES2015 and used a Math.log10
Math.log10
This is a new API. On Android, other browsers except Chrome do not have it yet.
Debugging process: Add a try catch in the outermost layer, and alert err in the catch.
try catch
It’s not an Android problem. . .
I wrote it using ES2015 and used a
Math.log10
This is a new API. On Android, other browsers except Chrome do not have it yet.
Debugging process: Add a
try catch
in the outermost layer, and alert err in the catch.