PhoneGap - Android 中的本机选项卡
我使用 PhoneGap 创建了一个 iPhone 应用程序,并使用了 NativeControls用于创建选项卡的插件。
现在,我也想开始为 Android 开发它,但有人知道是否有 PhoneGap 插件或解决方案来创建本机选项卡?
谢谢
I've create an App for iPhone using PhoneGap and used NativeControls plugin to create the tabs.
Now, I want to start developing it for Android too but do somebody know if there is a PhoneGap plugin or solution to create the native tabs?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,如果你希望它像 iOS 一样,我建议使用 iScroll4 (http://cubiq.org/iscroll-4) 甚至更好,jQTouch 的 DataZombies 分支 (https://github.com/DataZombies/jQTouch)其中有 iScroll4 以及 iOS 风格的底部选项卡栏,全部采用纯 javascript/css。
Well, if you want it to be like iOS I would suggest using iScroll4 (http://cubiq.org/iscroll-4) or even better, the DataZombies fork of jQTouch (https://github.com/DataZombies/jQTouch) that has iScroll4 in it along with an iOS style bottom tab bar all in pure javascript/css.