html: Images not loading in iPad Mini

痞子三分冷 提交于 2019-12-24 10:48:12

问题


I've added some images on my html page, and they do not appear on the iPad Mini. I've tested the page on an iPad running iOS6, a galaxy tab 2 with android v4.0.4, and a couple of desktops, and all the images appear as they should.

The image tag i'm currently using is:

<img id="abc" src="img.png" alt=""/>

I am stumped by this issue. Am unable to find a solution as of yet...


回答1:


I had the same problem. I found out that image file reference case-sensitivity differed between ipad mini and ipad. Make sure the file reference has correct case.



来源:https://stackoverflow.com/questions/15764257/html-images-not-loading-in-ipad-mini

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!