I'm trying to create a small drawing application for android browsers. However I've got issues when trying to erase a bitmap using globalCompositeOperation = "destination-out", it simply does not work on the Samsung Galaxy S3
The exact same code works fine on the HTC ONE X with android 4.1.1
I've found a similar issue here http://code.google.com/p/android/issues/detail?id=39183 but no solution. The example behaves exactly as my code on SGS3 and ONEx
Any idea what could be wrong? is it a SGS3 only issue?