如何使用 PhoneGap 创建选项卡栏
我正在尝试使用phonegap 开发看起来最原生的iPhone 应用程序,但标签栏确实让我感到不安。 如何使用 Phonegap 在屏幕底部显示本机 iPhone 标签栏? 而且我在选择phonegap框架时也遇到了很大的麻烦。我想创建大量解析并添加更多东西,例如本机应用程序。所以请帮助我,这将是phonegap的最佳框架。
请如果有人知道请回复我。提前致谢。
I'm trying to develope the most native looking iPhone application by using phonegap and the tab bar is really getting on my nerves.
How can I have the native iPhone tab bar at the bottom of the screen using Phonegap?
And Also i have big truoble for choosing framework for phonegap.I want to create lots of parsing and sutch more things such as native app.So Please help me which will be the best framework for phonegap.
Please if anybody knows then please replyme.Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
JQueryMobile 不包含本地选项卡栏功能。
与本机选项卡栏最接近的 JQueryMobile 功能是工具栏
http://jquerymobile.com/test/docs /toolbars/docs-bars.html
您可能需要考虑查看 appML,它是一个基于 JQTouch 和 JQuery 的框架。 appML 包括原生标签栏
http://www.appml.org/
JQueryMobile does not include a native like Tab bar feature.
The closest JQueryMobile feature to a native tab bar would be the toolbars
http://jquerymobile.com/test/docs/toolbars/docs-bars.html
You may want to consider looking at appML, which is a framework based on JQTouch and JQuery. appML includes native like tab bars
http://www.appml.org/