For my Android application, I need to show specific images in a WebView
. The application runs on Android 2.1 (API 7) and beyond. Images contain soft text on the table, and the problem I am facing is that in versions of Android 2.1, 2.2, 2.3, etc. They are always blurry, and in newer versions, such as 4.0.3, they are clear. I tested high / low resolution images, but the results are the same.
Why is this so?
source share