在phonegap中更改页面

发布于 2024-12-10 16:16:37 字数 64 浏览 0 评论 0原文

在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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

蹲在坟头点根烟 2024-12-17 16:16:37

您可以将其保留在同一个 HTML 页面上,但您可以使用 javascript onclick 事件来显示/隐藏不同的 div

You can keep it on the same HTML page but you use javascript onclick events to show / hide different divs

茶色山野 2024-12-17 16:16:37

Phonegap 只是 HTML 和 JS,因此请阅读 http://www.web-source.net/html_redirect.htmhttps://developer.mozilla.org/en/document。 location 取决于您想要如何重定向。

Phonegap is just HTML and JS, so either read http://www.web-source.net/html_redirect.htm or https://developer.mozilla.org/en/document.location depending how you want to redirect.

初见 2024-12-17 16:16:37

此 Google 地图教程(使用 PhoneGap 和 jQuery Mobile)包括使用 jQuery Mobile 的 $.mobile。更改页面

This Google Maps tutorial with PhoneGap and jQuery Mobile includes using jQuery Mobile's $.mobile.changePage

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文