search

Home  >  Q&A  >  body text

html5 canvas在安卓上有什么坑吗

做了一个画k线图的程序,线上demo.在pc上的safari,firefox,chrome都是ok的。手机,ios是ok,安卓上的chrome也ok,但是安卓上的其他浏览器基本就一个黑块。目前没有任何思路去调试canvas的兼容性。

(本身代码准备开源,见github,但是还没整理。如有需要可以看一下。

所以大家有啥建议去解决或调试这个canvas的兼容性问题。

大家讲道理大家讲道理2817 days ago565

reply all(1)I'll reply

  • 迷茫

    迷茫2017-04-17 11:52:30

    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.

    reply
    0
  • Cancelreply