jQuery Mobile 链接问题
我在使用 jQuery Mobile 时遇到问题。我正在使用PhoneGap。
当我点击任何内部链接(例如#page1)时, jQuery 不会在内部加载它,而是打开移动浏览器并在那里加载它。
此外,页面滚动最初不起作用 - 您无法向下滚动页面。 (在应用程序中,而不是在打开的浏览器中)
仅当您单击应用程序中的链接,退出应用程序然后返回应用程序时, 一切都是固定的 - 内部链接和滚动。
看起来 jQuery JS 没有按应有的方式加载...
有人知道这个问题吗?
谢谢
I have a problem with jQuery Mobile. I am using PhoneGap.
When i click on any internal link (such as #page1),
jQuery doesn't load it internally, but opens the Mobile Browser and loads it there.
In addition, pages scroll does not work initially - you cannot scroll down the page. (in the app, not in the opened browser)
Only when you click a link in the app, goes out of the app and then return to the app,
it is all fixed - the internal links and the scroll.
Looks like jQuery JS does not load as it should...
Does anyone know this issue?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试在 Ripple 中加载 html 文件,看看是否有任何 Javascript 错误关于使用 PhoneGap 的执行。我有一个类似的问题,我通过该程序发现了它。
You can try to load your html file in Ripple and see if there's any Javascript error on the execution with PhoneGap. I had a similar problem and I found it with that program.