jQuery Mobile 中的页面滑动更流畅
开发跨平台移动 Web 应用程序,并使用 jQuery Mobile(Alpha,我知道)作为前端。有没有办法平滑从一个页面到另一页面的滑动过渡?每当点击列表视图中的链接时,就像向页面添加 10 或 15 个像素的填充,并且所有内容(包括标题)都会向下移动,直到在新页面上重新调整。我到处搜索,似乎找不到明确的解决方案。
谢谢!
Working on a cross-platform mobile webapp, and using jQuery Mobile (Alpha, I know) for front-end. Is there anyway to smooth the sliding transition from one page to another? Whenever a link in a listview is tapped, it's like 10 or 15 pixels of padding are added to the page, and everything (including the header) is shifted down until it readjusts on the new page. I've searched everywhere, and can't seem to find a definitive solution.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用一个简单的页面进行测试,该页面仅包含页眉、页脚和内容 div 中的文本和链接,然后查看是否会发生。
我预计这是由您添加的一些 html 引起的。如果不是 - 这是 jquery mobile 中的一个错误。
如果您无法解决,您可以发布一个示例。
Test it with a simple page that contains only text and links in header,footer and content divs and see if it happens then.
I expect it to be caused by some html you added. If not - it's a bug in jquery mobile.
You could publish an example if you can't work it out.