在phonegap中更改页面
在eclipse中带有phonegap的android应用程序加载了第一页之后,它如何移动到同一项目中的另一个页面
After that the android app in eclipse with phonegap has loaded the first page, how can it move to another page in the same project
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以将其保留在同一个 HTML 页面上,但您可以使用 javascript onclick 事件来显示/隐藏不同的 div
You can keep it on the same HTML page but you use javascript onclick events to show / hide different divs
Phonegap 只是 HTML 和 JS,因此请阅读
http://www.web-source.net/html_redirect.htm
或https://developer.mozilla.org/en/document。 location
取决于您想要如何重定向。Phonegap is just HTML and JS, so either read
http://www.web-source.net/html_redirect.htm
orhttps://developer.mozilla.org/en/document.location
depending how you want to redirect.此 Google 地图教程(使用 PhoneGap 和 jQuery Mobile)包括使用 jQuery Mobile 的 $.mobile。更改页面
This Google Maps tutorial with PhoneGap and jQuery Mobile includes using jQuery Mobile's $.mobile.changePage