jQuery用于wap2.0开发以及这种方法的便利性

发布于 2024-10-27 09:13:00 字数 286 浏览 1 评论 0原文

我需要为客户构建一个移动应用程序,主要管理文本数据(登录、列出项目、发送表单)。该应用程序不适合全球使用,而是供公司内部的员工使用。

1.- 因为我想覆盖尽可能多的设备,所以我选择 wap2.0,而不是 Android 或 iPhone 的定制解决方案。 (第一个问题:我的观点正确吗?)

2.- 假设我是对的,wap2.0(xhtml 移动配置文件)是最好的方法。我可以为此使用 jQuery 吗?

3.- 目前(2010 年后)移动设备确实广泛支持这种 wap2.0 技术,

谢谢。-

I need to build a mobile app for a customer that basically manage text data (login, list items, send forms). This app is not for global use but rather for workers inside a company.

1.- So as I want reach the the most devices as possible I choose wap2.0 over customs solutions for android or iphone. (First question: Am I right on this?)

2.- Supposing that I am right and wap2.0 (xhtml mobile profiles) is the best approach. Can I use jQuery for this?

3.- Is really so widely supported this wap2.0 technology in mobiles devices at this time (post 2010)

Thanks.-

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

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

发布评论

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

评论(1

春花秋月 2024-11-03 09:13:00
  1. WAP 2.0 可以被视为XHTML MP(移动配置文件) 标记。
    这是一个很好的使用标准,因为它适用于所有新设备以及大多数旧设备。

  2. jQuery 更像是一个 JavaScript 框架,而 XHTML-MP 没有指定任何 JavaScript 标准。因此,对它的 javascript/jquery 支持必须根据具体情况进行考虑。

  3. 是的,几乎所有具有普通浏览器的移动设备都可以使用它,尤其是 2010+。因为任何 html 浏览器都必须支持此“WAP2.0”/XHTML-MP,因为它只是一个子集。

  1. WAP 2.0 can be seen as XHTML MP (Mobile Profile) markup.
    This is a good standard to use because it will work on all new devices, as well as most old devices.

  2. jQuery is more of a JavaScript framework, and XHTML-MP doesn't specify any javascript standard. So the javascript/jquery support for it will have to be looked at on a case to case basis.

  3. Yes, it's covered by pretty much all mobile devices with a normal browser, especially 2010+. Because any html browser will have to support this "WAP2.0"/XHTML-MP because it is just a subset.

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