如何构建原生网络应用程序?

发布于 2025-01-07 16:15:29 字数 386 浏览 0 评论 0原文

我需要为 iPhone 构建一个本机应用程序,该应用程序应该可以在 App Store 中找到。很多内容就像一个带有弹跳文本的普通网页。很多文本必须经常更改,因此我认为网络应用程序将是更好的选择。

制作网络应用程序的标准流程是怎样的?目前我认为整个应用程序可以使用 jQuery Mobile 构建(还有更好的吗?),然后我就使用指向此页面 (m.domain.com) 的 Web 浏览器创建一个简单的本机 iOS 应用程序。

这是应该这样做的方式还是有更好的解决方案?我一直在研究PhoneGap,但它似乎将HTML/CSS嵌入到本机应用程序中,这意味着当内容发生变化时我们必须在App Store中更新应用程序。

I need to build a native app for iPhone which should be available in the App Store. A lot of the content is like an ordinary webpage with a bounce of text. A lot of this text has to be changed frequently, so I'm thinking that a web app would be a better alternative for this.

How is the standard procedure for making an web app? Currently I'm thinking that the entire app could be build using jQuery Mobile (anything better?) and then I'll just create a simple native iOS application with a web browser pointing to this page (m.domain.com).

Is this how this should be done or are there better solutions for this? I've been looking at PhoneGap, but it seems that it embeds the HTML/CSS into the native application, which means that we have to update the app in App Store when there are changes in the content.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

久伴你 2025-01-14 16:15:29

如果您的应用程序只是网络应用程序的包装,Apple 将拒绝您的应用程序。查看这篇上一篇文章了解更多信息。

Apple will reject your app if it is only a wrapper for a web app. Check this previous post for more information.

蓝色星空 2025-01-14 16:15:29

PhoneGap 确实将 HTML 5 和 CSS 嵌入到应用程序中。然而,它是使用 jQuery Mobile 或 Sencha Touch 创建应用程序的最佳方法之一。您可以选择制作一个用户可以保存到他/她的手机上的移动网站,或者使用 PhoneGap。正如其他用户所说,不可能创建一个指向网站的简单包装器。

PhoneGap does embed HTML 5 and CSS into the application. It is however one of the best methods for creating an app using jQuery Mobile or Sencha Touch. You have the choice of making a mobile website which the user can save to his/her phone, or the use of PhoneGap. Like other users have said, it isn't possible to create a simple wrapper that points to a website.

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