Android webview app on ICS getting pixelated

余生长醉 提交于 2019-12-11 16:32:04

问题


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?


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



来源:https://stackoverflow.com/questions/11305260/android-webview-app-on-ics-getting-pixelated

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!