如何在 iPhone 上部署 Web 应用程序?

发布于 2024-08-02 09:37:46 字数 127 浏览 4 评论 0原文

我用 asp.net 为 iPhone 开发了一个网站。 现在我陷入了如何在 iPhone 上部署该网站的困境?
以前从未这样做过。 如何让 iPhone 做好准备以便设备可以访问该网站? 任何想法...

谢谢大家。

I have developed a website in asp.net for iPhone.
Now I am stuck in how to deploy that site on the iphone?
Never done it before.
How to make it iphone ready so the device can access the site ?
Any ideas...

Thank you All.

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

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

发布评论

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

评论(2

难如初 2024-08-09 09:37:46

Social Circus,正如 Mehrdad 所说,您不需要进行任何更改即可允许使用 iPhone 的用户访问您的网站; iPhone 使用移动版 Safari,它几乎可以像普通桌面浏览器一样呈现所有内容。但是,如果您希望 iPhone 用户在浏览您的网站时获得良好的体验,有几件事值得注意:

  • 无 Flash。如果您在网站中使用过 Flash,则它无法在 iPhone(或大多数其他移动平台)上运行。
  • iPhone 的分辨率为 320x480。顶部和底部栏至少会减少 20+44 = 66 像素。您可以实现一个 CSS 模板,将所有内容重新格式化为 320 像素宽度,但这需要大量工作。请参阅 iPhone 浏览器中的 Google Mail 之类的示例。
  • iPhone 用户将能够在桌面上添加 Web 应用程序的快捷方式,并使用他们想要的名称,因此从这个角度来看,实际的 URL 并不那么重要。
  • 最后,值得注意的是,许多 iPhone 用户认为 Web 应用程序有点“过时”——有点老了(天哪,那是 2008 年的事了!)。这并不公平,但基本上是正确的。应用程序商店中有 65,000 多个应用程序,再也没有人会到处寻找网络应用程序了。为了获得更好的采用机会,尤其是游戏之类的东西,也许可以考虑使用 SDK 编写 iPhone 专用版本? (通常有很多工作!!)

希望有帮助

Social Circus, as Mehrdad says you don't need to change anything to allow users with iPhones to access your site; iPhones use a mobile version of Safari that renders pretty much everything like a normal desktop browser. There are a few things worth noting however if you want iPhone users to have a good experience browsing your site:

  • No Flash. If you've used Flash at all in your site it won't work on iPhones (or most other mobile platforms).
  • The resolution of the iPhone is 320x480. The top and bottom bars will take off a minimum of 20+44 = 66 pixels. You could implement a CSS template that re-formated everything into 320 pixel width but this is a lot of work. See something like Google Mail in an iPhone browser for an example.
  • iPhone users will be able to add a shortcut to your webapp on their desktop, with a name they want, so the actual URL matters less from this perspective.
  • Finally, it's worth noting that many iPhone users think of webapps as a bit "passe" - a bit old (man that's sooo 2008!). This isn't really fair but it's mostly true. With 65,000+ apps on the app store no-one's going around looking for webapps any more. For a better chance of adoption, especially if it's something like a game, perhaps look at using the SDK to write an iPhone-specific version? (quite a lot of work usually!!)

Hope that helps

音栖息无 2024-08-09 09:37:46

将内容复制到 Web 服务器,必要时设置数据库,就像为桌面浏览器设计的 Web 应用程序所做的那样。这是一个真正的问题吗?

Copy the stuff to the Web server, setup the databases if necessary, just as you'd do for a Web app designed for desktop browsers. Is this a real question?

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