Google 地图实例在 JQuery Mobile 应用程序中消失
我正在使用 JQuery mobile 构建 Rails 3 应用程序,但遇到了一个主要问题。 在我的应用程序中,我有很多视图,并且在每个视图中我都显示一个 Google Maps 地图。
现在,问题来了:当我第一次进入其中一个视图时,地图渲染得很好。但是,如果我进入另一个视图,地图就不会再出现。一切看起来都很好(javascript代码被执行,我没有任何错误)。
如果我刷新当前页面,地图会重新出现。您知道我可以做什么来解决这个问题吗?
非常感谢!
I am building a Rails 3 application using JQuery mobile and I'm confronting a major issue.
In my application, I have many views, and in each view I display a Google Maps map.
Now, the problem is next: when I enter in one of the views for the first time, the map renders well. But, if I enter on another view, the map doesn't appear anymore. Everything looks to be all right (the javascript code is executed, I don't have any errors).
The map reappears if I refresh the current page. Do you have any idea what could I do in order to fix this problem?
Thank you very much!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我强烈建议您考虑使用此 jQuery 插件来简化 JQM 与 Google 地图的集成:
http ://code.google.com/p/jquery-ui-map/
它为我解决了许多问题,例如地图持久性。
I highly recommend that you consider using this jQuery plugin to ease the JQM integration with Google Maps:
http://code.google.com/p/jquery-ui-map/
It has resolved a number of issues for me such as map persistence.