如何使用phonegap获得listview和tabview效果?
我开发了一个 Android 应用程序,其中包含 listview 和 tabview.sue 到跨平台的必要性,我正在 Phonegap 的帮助下创建该应用程序。是否可以使用 html 和 css 拥有本机列表视图和选项卡视图???先感谢您。
i have developed an android application which has listview and tabview.sue to crossplatform necessity i am creating the application with the help of phonegap. is it possible to have the native listview and tabview using html and css??? thank you in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,您无法拥有本机视图,但您可以伪造它。
您可以使设计看起来像本机列表和选项卡视图。
如果您愿意,您可以在每个平台上进行此操作,并使用 javascript 在它们之间进行切换。
也许像 sencha touch 这样的 UI 框架已经包含了这一点?
成功,
埃里克
No, you cannot have the native view, but you can fake it.
You can make the design look like the native list and tab view.
If you want you can make that on every platform and switch between them using javascript.
Maby a UI framework like sencha touch already incorporates that?
Succes,
Erik