单张照片从画廊加载,直到我转到另一页[Swipe JS]

时间:2012-07-05 14:55:30

标签: html css

我在一个简单的移动网站上使用jQuery Mobile。 使用SwipeJS滑动图片。 在iPhone上,所有3张照片都会加载并自动滑动。 在iPad上,只有第一张照片,因此不会扫描,因为它会读取图库中的其他照片。

在我加载另一页然后返回页面后,所有三张照片才会加载。

Javascript已启用

<div id = "slider">
  <ul>
    <li style = 'display:block'><a href="../customer/19"><img src="../firstPhoto.jpg", width="80%"></a></li>
    <li style = 'display:none'><a href="../customer/20"><img src="../secondPhoto.jpg", width="80%"></li></a>
    <li style = 'display:none'><a href="../customer/21"><img src="../secondPhoto.jpg", width="65%"></a></li>
  </ul>
</div>

1 个答案:

答案 0 :(得分:0)

原来这是Swipe JS 1.0的一个小故障,我升级到Swipe 2.0并解决了这个问题。
更多信息 - https://github.com/bradbirdsall/Swipe/issues/16