如何让光滑的网格与 iscroll 一起使用
我正在尝试让 iscroll 与光滑的网格一起使用,以便网格 div 可以在 iPhone / iPad 上滚动。我尝试在 div 元素上添加滚动,即: myScroll = new iScroll('myGrid');但这是行不通的。
根据示例,iscroll 期望 div 类似于:
<div id="myGrid">
<ul id="thelist">
<li>row 1</li>
<li>row 2</li>
<li>row 3</li>
</ul>
</div>
有什么想法吗?
谢谢。
I am trying to get iscroll to work with slick grid so that the grid div can scroll on an iPhone / iPad. I tried by adding scroll on the div element i.e.: myScroll = new iScroll('myGrid'); And that doesn't work.
According to the example, iscroll expects the div to be similar to:
<div id="myGrid">
<ul id="thelist">
<li>row 1</li>
<li>row 2</li>
<li>row 3</li>
</ul>
</div>
any thoughts?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下清单可能有助于
Following checklist might help