mobomo / sketch.js

A jQuery plugin for dead simple Canvas-based drawing.
http://intridea.github.com/sketch.js
290 stars 110 forks source link

Can only draw 1 stroke on Android Chrome browser #19

Open benxto opened 10 years ago

benxto commented 10 years ago

Step to reproduce

  1. Launch http://intridea.github.io/sketch.js/ on Android Chrome Browser
  2. Try to draw something on the "Simple example"
  3. The first stroke will be shown correctly.
  4. The second stroke will also be shown correctly. However, the first stroke will be cleared.
  5. The third stroke will also clear the canvas.

Tested Environment:

  1. Samsung Galaxy Note 2 + Chrome 29.0.1547.72
dermeister0 commented 10 years ago

Did you tried the solution from https://github.com/intridea/sketch.js/issues/1?