Question

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. Any idea on this?

Was it helpful?

Solution

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 :)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top