Webview in Android app is not showing JPG images but there is no problem with showing PNG images.
Here is the code for PNG (working)
<img src="dir/image.PNG">
for JPG (not working)
<img src="dir/image.JPG">
Solved
That was a format problem. I used standard PNG to JPG converter.