wScratchPad icon indicating copy to clipboard operation
wScratchPad copied to clipboard

Not working on samsung galaxy s3

Open ritiGoyal opened this issue 12 years ago • 5 comments

I am having trouble getting this to work on Samsung Galaxy S3. Any pointers?

Thanks!

ritiGoyal avatar Mar 15 '13 01:03 ritiGoyal

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.

tragicmedia avatar May 03 '13 02:05 tragicmedia

I am having same issues with samsung galaxy s2, s3 . but it works in chrome mobile in those devices. Can anybody advise about this?

geasisland avatar May 31 '13 04:05 geasisland

I am having same issues with samsung galaxy s2, s3 . but it works in chrome mobile in those devices. Can anybody advise about this?

gxlbox avatar Oct 09 '13 13:10 gxlbox

does it work with new 2.0.0 ?

websanova avatar Apr 05 '14 23:04 websanova

add this line at the bottom of _scratchDown and _scratchMove method:

  this.canvas.style.zIndex++; // force redraw to fix samsung bug

ghost avatar Jul 22 '14 06:07 ghost