iOS Simulator Screen shot 21-Jun-2013 2.57.02 PM.png
Asked
Active
Viewed 284 times
-1
-
1What? This is incomprehensible... – Jun 21 '13 at 09:34
-
@H2CO3-he is asking that how to show the images in the html pages – Vivek Sehrawat Jun 21 '13 at 09:39
-
1Google around. As @H2CO3 said, this is incomprehensible. Check this link out. http://stackoverflow.com/questions/11169763/how-to-load-images-with-html-file-in-uiwebview – Anil Jun 21 '13 at 09:44
-
http://stackoverflow.com/questions/747407/using-html-and-local-images-within-uiwebview – Vivek Sehrawat Jun 21 '13 at 09:52
-
+1 for Question I think this is a valid and usefull question – Prateek Prem Jun 21 '13 at 10:25
-
All the image links are dead. This question isn't going to be useful for future visitors. – Abizern Jun 25 '13 at 10:42
1 Answers
5
Is your HTML
is in resource directory? If yes, then remove absolute/relative
image path from <img>
tag in your .html
file. Only use the image name, and also check that your image must be in your resource
directory.

Lucky
- 16,787
- 19
- 117
- 151

Prateek Prem
- 1,544
- 11
- 14