Phonegap 菜单和子菜单
大家好,有没有人有关于如何使用 android 和/或黑莓手机的phonegap 创建本机菜单的教程。我只想要这些移动操作系统用来添加到我的phonegap应用程序的简单基本本机菜单
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
大家好,有没有人有关于如何使用 android 和/或黑莓手机的phonegap 创建本机菜单的教程。我只想要这些移动操作系统用来添加到我的phonegap应用程序的简单基本本机菜单
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
看看 Sencha Touch
您可以在此处查看演示
API 是这里
Take a look at Sencha Touch
You can see a Demo here
And the API is here
此处介绍了如何在 Android 上添加原生菜单。这就像在本机应用程序中添加菜单一样。
或者,这里描述了如果您使用 jQueryMobile 则拥有漂亮的菜单
Adding native menus on Android is described here. This is like adding menu in a native app.
Alternatively, having nice menus if you use jQueryMobile is described here
基本逻辑是捕获菜单按键,然后显示带有菜单选项的自定义 DIV,如下所示:
有关 http://www.raymondcamden.com/index.cfm/2012/5/30/Example-of-adding-menu-support-to-a-PhoneGap-Application
The basic logic is to trap the menu key press and then show a custom DIV with the menu options, like this:
More info on http://www.raymondcamden.com/index.cfm/2012/5/30/Example-of-adding-menu-support-to-a-PhoneGap-Application