Android: Image displayed at Webview from Url with high quality loss
- by Merlino
I want to display an image from an url with an Webview at Android.
With Android phones with Version 1.5 and 1.6 there is no problem. but the same pic and the same code on an AndroidPhone with Version 2.0 and the pic is totaly pixelated.
Like Android is resizing the image first to a smaller one and then resizing it back to "normal" size.
Unfortunately its important to display the pic without any quality loss.
I tried to integrate it in the sourcefolder to show it as an normal image, but at Android 2.0 i get an exception because the image is to big. (At Android 1.6 there is no problem)
Any ideas how i can display the image without quality loss with Android 2.0 ?