Pergunta

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?

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top