I have a UIWebView and I laod some simple html text.
the text has just img tags in body.
<html><head></head><body>
<img src="http://somewhere.com/image.jpeg" width="100%" />
</body></head>
and a part of the original image is
http://img84.imageshack.us/img84/2033/20100525124321.png
but on the iPhone it looks
http://img215.imageshack.us/img215/2179/20100525124351.png
Why it loaded that low quality?
and How can I handle this problem?