For some reason some images in img tag are not displaying on first visit on iPhone/iPad. And they are not displaying randomly. So if you clean caches and refresh page some images will be replaced with question mark. I use retinaJS on site. Can enybody explain why this happens? Is there some limit for ios image downloading? Test site url http://test.ffwdlabs.com/
Asked
Active
Viewed 671 times
1 Answers
1
All images loaded fine on my iPhone 5 (on a 50 MB wifi connection) it just took forever (ok, more than 30 seconds)
You should optimise for mobile performance by first loading smaller images. It looks like the full size image you're showing on the desktop is being downloaded to the iPhone too and most of it is not even visible.
First image: I see a pixelated hand on the iPhone. Rest of image not visible...should it be scaled?
Use web kit inspector to check the load times of your images.
Allows you to inspect mobile safari (simulator and device) https://developer.apple.com/library/mac/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/Introduction/Introduction.html

Giwan
- 1,564
- 14
- 17
-
Thanks for the answer. It not solves my problem but this resources are very helpful. One more problem is that I don't have own device or Mac to do tests or optimization :) – Lyubimov Roman Jan 11 '15 at 14:57