Android Webview App On Ics Getting Pixelated
My android app is working fine on all android devices except in samsung devices having ICS. It's a webview app and the images are getting pixelated on samsung devices having ICS. A
Solution 1:
I got the solution :) I just included a line android:hardwareAccelerated="true", in my application tag in xml file. I had to change the project build target to Android 3.0 for this line. And thats it! pixelation issue gone :)
Post a Comment for "Android Webview App On Ics Getting Pixelated"