jQuery用于wap2.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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
WAP 2.0 可以被视为XHTML MP(移动配置文件) 标记。
这是一个很好的使用标准,因为它适用于所有新设备以及大多数旧设备。
jQuery 更像是一个 JavaScript 框架,而 XHTML-MP 没有指定任何 JavaScript 标准。因此,对它的 javascript/jquery 支持必须根据具体情况进行考虑。
是的,几乎所有具有普通浏览器的移动设备都可以使用它,尤其是 2010+。因为任何 html 浏览器都必须支持此“WAP2.0”/XHTML-MP,因为它只是一个子集。
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.
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.
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.