I'm writing an app using Phonegap, the app includes using HTML5's canvas.
When I run the app on Eclipse's Android Emulator, everything works fine (slow but working).
When I connect the Galaxy S4 and run the app, it loads, shows the canvas well, but after few second the whole screen turns blue.
I have placed javascript's alert();'s and they seem to work after the screen turns blue, but still the app can't be used anymore..
The Galaxy S4 uses Android 4.2.2. from Eclipse, I run it as version 2.2, 4.2.2 and I've tried more version but it doesn't fix.
What should I do to fix this?