IOS img 没有显示

IOS img are not displaying

由于某些原因,img 标签中的某些图像在 iPhone/iPad 首次访问时未显示。而且它们不是随机显示的。因此,如果您清理缓存并刷新页面,一些图像将被替换为问号。我在现场使用 retinaJS。谁能解释为什么会这样? ios 图片下载有限制吗? 测试站点urlhttp://test.ffwdlabs.com/

我的 iPhone 5(在 50 MB 的 wifi 连接上)上的所有图像都可以正常加载,只是花了很长时间(好吧,超过 30 秒)

您应该首先加载较小的图片以优化移动性能。看起来您在桌面上显示的全尺寸图像也正在下载到 iPhone,其中大部分甚至不可见。

第一张图片: 我在 iPhone 上看到一只像素化的手。图像的其余部分不可见...是否应该缩放?

使用网络工具包检查器检查图像的加载时间。

Safari 和图片: https://developer.apple.com/library/safari/documentation/NetworkingInternet/Conceptual/SafariImageDeliveryBestPractices/ServingImagestoRetinaDisplays/ServingImagestoRetinaDisplays.html#//apple_ref/doc/uid/TP40012449-CH3-SW1

允许您检查移动 safari(模拟器和设备) https://developer.apple.com/library/mac/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/Introduction/Introduction.html

http://webdesign.tutsplus.com/articles/quick-tip-using-web-inspector-to-debug-mobile-safari--webdesign-8787