eclipse - Samsung Galaxy S4 and Phonegap Issue -
i'm writing app using phonegap, app includes using html5's canvas.
when run app on eclipse's android emulator, works fine (slow working).
when connect galaxy s4 , run app, loads, shows canvas well, after few second whole screen turns blue.
i have placed javascript's alert();'s , seem work after screen turns blue, still app can't used anymore..
the galaxy s4 uses android 4.2.2. eclipse, run version 2.2, 4.2.2 , i've tried more version doesn't fix.
what should fix this?
i'm experiencing same issue on galaxy s4. html canvas drawing not showing in webview, working in safari browser. galaxy s2, s3 don't have same issue.
in case, when disable hardware acceleration, canvas works.
appview.setlayertype(webview.layer_type_software, null);
but slow. has nothing phonegap. samsung made bug on implementation.
i hope find solution both enable h/w acceleration , canvas drawing.
Comments
Post a Comment