Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Not working on samsung galaxy s3 #13

Open
ritiGoyal opened this issue Mar 15, 2013 · 5 comments
Open

Not working on samsung galaxy s3 #13

ritiGoyal opened this issue Mar 15, 2013 · 5 comments

Comments

@ritiGoyal
Copy link

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

Thanks!

@tragicmedia
Copy link

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.

@geasisland
Copy link

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

1 similar comment
@gxlbox
Copy link

gxlbox commented Oct 9, 2013

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

@websanova
Copy link
Owner

does it work with new 2.0.0 ?

@ghost
Copy link

ghost commented Jul 22, 2014

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

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

eposjk added a commit to eposjk/wScratchPad that referenced this issue Jul 16, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants