使用 jQTouch 构建大型网站

发布于 2024-09-01 07:58:07 字数 339 浏览 3 评论 0原文

  • 我想使用 jQTouch 为大型网站构建 iPhone 应用程序。当搜索它时,我了解到我必须编辑我的网站 HTML 代码才能适合我的应用程序,我怎样才能做到这一点而不与我的网站风格冲突?

  • 另外,使用 jQTouch 的基本步骤是什么?只需添加脚本并初始化如下:http://code.google.com/p/ jqtouch/wiki/GettingStarted .

非常感谢帮助我。

  • I want to use jQTouch to build iPhone app for large website. When searched for it, I understood that I must edit my HTML code for website to be Suitable to my app, how I can do this without conflict with the style for my website?

  • Also, what is the basic steps to using jQTouch ? just Add scripts and Initialize as here : http://code.google.com/p/jqtouch/wiki/GettingStarted .

help me with many thanks.

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

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

发布评论

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

评论(3

铜锣湾横着走 2024-09-08 07:58:07

除非您非常幸运,否则您将无法对普通站点和 jqTouch 站点使用相同的标记。您的网站可能不是基于哈希 URL 的单页应用程序。

要开始使用 jqTouch,我建议加载演示并在演示中编辑内容。这将为您提供最好的启动方式,让您了解一切如何运作。

Unless you are extremely lucky, you won't be able to use the same markup for both your normal and jqTouch sites. Your site is likely not a single page application based off of hashed urls.

To get started using jqTouch I'd suggest loading up the demo and editing things in and out of the demo. That will give you the best jump-start into how everything works.

姐不稀罕 2024-09-08 07:58:07

一个很好的主意是检测 iPhone 服务器端,然后发送不同的 HTML,其中包含所有 jQTouch 优点,但排除您的原始样式。

A pretty good idea is to detect the iPhone server-side and then send different HTML with all the jQTouch goodness included and your original style excluded.

述情 2024-09-08 07:58:07

Jakub 的建议是您无需制作 iPhone 应用程序的最佳答案。但根据经验,我还建议您考虑应用程序的性质。基本上决定你的服务是否是一种用户一想到它就在心理上让他们想要打开 safari 的东西。

如果不是,我建议您需要考虑制作一个合适的应用程序,而不是启用 jQtouch 的网站。

这主要是因为人们总是喜欢用捷径来完成任务。

如果你有竞争对手,他们只会在你发布后简单地开发一个应用程序并窃取你的客户。

What Jakub suggests is the best answer for you without getting into making an iPhone App. But from experience I also suggest you think about the nature of your application. Basically decide whether your service is something that mentally as soon as the user thinks about it makes them want to open safari.

If not I would suggest you need to consider making a proper app rather than a jQtouch enabled website.

This is mainly because people always prefer the short way to achieve tasks.

And if you have competitors they will just simply make an app after you release and steal your customers.

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