wScratchPad
wScratchPad copied to clipboard
Not working on samsung galaxy s3
I am having trouble getting this to work on Samsung Galaxy S3. Any pointers?
Thanks!
I am having similar issues on samsung devices. I was able to determine that this is only happening for me when I use the scratchMove function (I assume because it calls it on every move and is choking the performance). I have added some code to the js file to call my custom function less often and it seems to help a lot, but still not as fluid as on other devices.
I am having same issues with samsung galaxy s2, s3 . but it works in chrome mobile in those devices. Can anybody advise about this?
I am having same issues with samsung galaxy s2, s3 . but it works in chrome mobile in those devices. Can anybody advise about this?
does it work with new 2.0.0 ?
add this line at the bottom of _scratchDown and _scratchMove method:
this.canvas.style.zIndex++; // force redraw to fix samsung bug