iPhone - Phonegap UI 控件 - 选项卡栏
今天刚开始使用Sencha,发现有点不知所措。能够获得一个很好的自定义标签栏工作和顶部导航面板,但是我卡在了要去的地方。
决定使用 JQTouch 和 Phonegap TabBar 来代替可能会容易得多。我发现: http://phonegap.pbworks.com/iPhone%3A-UIControls -(TabBar)
我使用的是最新的 0.91 版本的 Phonegap,该页面上给出的示例似乎不起作用... http://skitch.com/nelga/d4nfd/iphone-simulator
有人对使用 PhoneGap 和 JQTouch 集成自定义 iPhone Tabbar 的最佳方法有建议吗?
谢谢, 格伦
Just started with Sencha today and found it a bit overwhelming. Was able to get a nice custom tabbar working, and top nav panel, however am stuck from where to go.
Decided it might be a lot easier to just use JQTouch and a Phonegap TabBar instead. I found: http://phonegap.pbworks.com/iPhone%3A-UIControls-(TabBar)
I'm on the latest 0.91 version of Phonegap, and the example given on that page doesn't seem to work... http: //skitch.com/nelga/d4nfd/iphone-simulator
Does anyone have a suggestion for the best method of integrating a custom iPhone Tabbar using PhoneGap and JQTouch?
Thanks,
Glen
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你的问题有点令人困惑,因为你提到你也与 Sencha 合作过。这个答案是关于使用 jQTouch 添加标签栏。
要在 jQTouch 中包含选项卡栏,您需要下载高于 r109 的 jQT 版本。前往 其 GitHub 获取最新版本(当前为 r148)。
然后参考我之前发布的答案。
You question is slightly confusing, as you mentioned you worked with Sencha as well. This answer is about adding a tab bar with jQTouch.
To include a tab bar in jQTouch, you'll need to download a later version of jQT than r109. Go to its GitHub to grab the latest version (currently r148).
Then refer to an answer I posted previously.