Android Native Browser duplicating HTML5 canvas (fine in chrome)

后端 未结 4 1567
难免孤独
难免孤独 2020-12-31 09:47

This is a weird issue that I am only experiencing on a Native browser on Samsung Galaxy Tab 2 and Galaxy S2 in the native browser.

This has also been tested on othe

4条回答
  •  执笔经年
    2020-12-31 10:03

    For double canvas issue there is a bug logged https://code.google.com/p/android/issues/detail?id=35474 you may want to check suggested solutions.

    In my case this issue appeared only if I had Force GPU rendering enabled.

    Issue usually appears if you have some parent element for canvas that has CSS overflow: hidden

提交回复
热议问题