问题
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