0

我想使用移动 jquery 开发一个本地 Web 应用程序。在 iphone 和 android 中使用图标打开应用程序的方法是什么?

谢谢,

4

3 回答 3

1

它实际上取决于您的项目深度。在复杂性方面的深度。它总是建议为每个平台单独开发。仔细评估您的需求。

如果应用程序足够简单,那么您可以选择第三方 API , PhoneGapSencha Touch是不错的选择。但是,如果您将来需要添加新功能,您仍然可能会发现自己受到第三方 API 的限制。

于 2013-02-09T10:00:15.390 回答
1

What i understand from your question is you want to create a iOS and Android app using html, jQuery etc. There are tools such as PhoneGap, Titanium and Sencha touch. Using this tools you can create a mobile applications with help you HTML, jQuery. However, this apps won't have same user experience as it'll have with the native apps. Also, just think about future releases of your application. If Apple or Android adds new features to there OS it'll be definitely take sometime for above third party API to implement them

Also, apple clearly rejects app which acts like a website. So, you'll have to be careful with this. I'd suggest you to go for native app development. It'll provide you flexibility.

于 2013-02-09T10:25:14.363 回答
0

据我所知,如果没有 Apple Developer 帐户,您将无法在 iOS 上获得任何东西。至于 Android,您可以查看PhoneGap。它也有 iOS,但如果没有有效的苹果开发帐户,它就无法构建。这似乎是你要找的东西吗?

于 2013-02-09T09:00:44.333 回答