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)
T开发者_开发技巧hanks.-
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.
精彩评论