带有针对移动平台调整导航的 javascript 图片库
我想做一个 javascript 图片库 (连续 6 个缩略图,行数与页面大小一致。 单击缩略图将弹出一个包含图像和视频的弹出框) 页面底部有一个编号页码。
但是,我想在移动平台(android/iphone)上做到这一点 用户可以通过滑动页面向前或向后进行分页。
如何调整移动平台的分页?
我应该使用像 sencha 这样的特定跨平台工具来制作这个画廊吗?
I want to make a javascript image gallery
(with 6 thumbnails in a row and as many rows as fit the page.
clicking the thumbnails will bring up a popup box with images and a video)
At the bottom of the page there is a numbered pagination.
However, I would like to make it so that on a mobile platform (android/iphone)
the user can paginate by swiping the pages to go forward or backward.
How do I adjust the pagination for a mobile platform?
Should I use a specific crossplatform tool like sencha to make this gallery?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否考虑过使用 JQuery Mobile?
http://jquerymobile.com/
Have you thought about using JQuery Mobile ?
http://jquerymobile.com/