一般 PhoneGap 概述信息

发布于 2025-01-07 13:51:21 字数 201 浏览 0 评论 0原文

我是移动开发新手,因为我运行的是 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

深海夜未眠 2025-01-14 13:51:21

如果我使用 PhoneGap 构建 Android 应用程序,我可以轻松地将其移植到
使用 PhoneGap 构建制作 iOS 应用程序?

是的,非常容易,因为你只需要管理应用程序的 js、html 部分

PhoneGap 的 api 是否允许访问所有手势和多点触控
来自本机应用程序?

那不是phonegap 要做的事。 Phonegap 只是打开一个 web 视图,其中包含您的 html。之后就只剩下js和css了。使用 sencha touch 或 jquery mobile 等库来利用手势和触摸事件。

If I build an Android app using PhoneGap, can I easily port that to
make an iOS app using PhoneGap build?

yes, very easily as u just have to manage the js, html part of the app

Does PhoneGap's api allow access to all the gestures and multitouch
from the native applications?

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.

看透却不说透 2025-01-14 13:51:21

是的,这很容易。

创建 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文