WebOs混乱!我应该使用 PhoneGap 还是 WebOs SDK?
我是 webos 新手,我想从 PhoneGap 开始,但我感到困惑的是 PhoneGaP涵盖了webos提供的所有功能? 我们可以在 PhoneGap 中构建专业的 WebO 应用程序吗?
如您所知,如果phonegap 更好,那么我们就有更多机会打开其他手机开发之门!
i am new to webos and, i want to start with PhoneGap but i have confusion is that
PhoneGaP covered all the feature which webos providing ?
Can we build professional Apps for WebOs in PhoneGap ?
And as you know if phonegap is batter then we have more chances to open other phone development door !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
那些天我正在调查同样的事情,我的结论是:不(是)。
如果您使用除enyo之外的GUI库,您应该使用phonegap将其移植到任何设备(Android?),但如果您使用enyo库phonegap根本没有帮助,并且您正在开发一个“本机”应用程序。
我正在使用 JQuery mobile、Sencha Touch 等进行测试,我将使用 enyo 来完成我的应用程序,暂时忘记phonegap。
I was investigating the same thing those days and my conclusion is: NO (and yes).
If you use a lib for GUI other than enyo you should port it using phonegap to whatever (Android?), but if you use the enyo lib phonegap doesn't help at all, and your are developing a "native" app.
I was testing with JQuery mobile, Sencha Touch and others, and I'll do my app with enyo and forget phonegap for the moment.
是的。但你不需要它。不过,PhoneGap 使应用程序的打包变得更加容易。
我写了一篇关于使用 PhoneGap 和 PhoneGap 的教程。纯 javascript,创建您的 webOS 应用程序:
http://www.anthonybennis.com/blog/packing-html5-application-for-a-webos-hp-touchpad-device/
Yes. You don't need it though. PhoneGap makes the packaging of the app much easier though.
I have written a tutorial on using PhoneGap & plain javascript, to create your webOS app:
http://www.anthonybennis.com/blog/packing-html5-application-for-a-webos-hp-touchpad-device/