一般 PhoneGap 概述信息
我是移动开发新手,因为我运行的是 PC,所以我计划在 Android 中进行开发。我想充分了解移动框架的好处,特别是 PhoneGap。
如果我使用 PhoneGap 构建 Android 应用程序,我可以轻松地将其移植为使用 PhoneGap 构建构建 iOS 应用程序吗?
PhoneGap 的 API 是否允许从本机应用程序访问所有手势和多点触控?
I'm new to mobile development and since I run a PC I plan to develop in Android. I wanted to fully understand the benefits of mobile framewors, particularly PhoneGap.
If I build an Android app using PhoneGap, can I easily port that to make an iOS app using PhoneGap build?
Does PhoneGap's api allow access to all the gestures and multitouch from the native applications?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,非常容易,因为你只需要管理应用程序的 js、html 部分
那不是phonegap 要做的事。 Phonegap 只是打开一个 web 视图,其中包含您的 html。之后就只剩下js和css了。使用 sencha touch 或 jquery mobile 等库来利用手势和触摸事件。
yes, very easily as u just have to manage the js, html part of the app
Thats not for phonegap to do. Phonegap just opens up a webview with your html in it. After that its just js and css. Use libraries like sencha touch or jquery mobile to harness gestures and touch events.
是的,这很容易。
创建 Android 应用程序后,您只需在 Xcode 上创建 PhoneGap 项目,然后将 www 文件夹从 Android 项目复制/粘贴到 iOS 项目。
然后,也许只需要进行一些修改即可使其正常工作,但不会太多。
Yes it's quite easy.
Once you've created your Android app you just need to create a PhoneGap project on Xcode and then copy/paste your www folder from your Android project to your iOS Project.
Then, maybe there will just be a few modifications to do to make it work but not that much.