问题描述
我正在为客户开发基于Web的库存解决方案,并且将涉及手持移动计算机.我从未开发过可在其中一种设备的浏览器上运行的Web应用程序.我们正在寻找的设备具有以下操作系统之一:
I am developing a web based inventory solution for a client and there will be handheld mobile computers involved. I've never developed a web app that has been run on a browser on one of these devices. The devices we are looking at have one of the following OS:
- Windows Embedded 6.5
- Windows CE 5.0或6.0
- Windows Mobile
我的问题是:
- 所有这些都随Internet Explorer的某些版本一起提供吗
- 如果是,该版本的IE是否支持以下内容:javascript?jQuery(UI,AJAX调用)
- Do all of these come with some version of Internet Explorer
- If so, does that version of IE support things like:javascript?JQuery (UI, AJAX calls)
是否有关于这些操作系统选择的经验或建议,优点和缺点?
Any experience or recommendations on any of these OS choices, pros, cons?
推荐答案
否,它们没有相同版本的IE.它们全部都支持一部分javascript,但是它们所支持的内容有所不同,而且我不知道有任何文件列出了所支持的(或更重要的是,所不支持的).
No, they do not have the same version of IE. All of them support a subset of javascript, but what they support differs between them and I'm not aware of any document that lists what is (or more importantly, what isn't) supported.
有一些主观列表,例如[jQueryMobile给WinMo 5.2授予了"C"等级 1 .基本上,这是一个不要假设会有任何东西.测试,测试,测试"的故事.
There are some subjective lists, for example [jQueryMobile gives WinMo 5.2 a grade of "C"1. Basically it's a story of "don't assume anything will be there. Test, test, test."
这篇关于Web浏览器支持Windows Embedded,Windows CE,Windows Mobile吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!