是否有专为与 Windows CE 设备良好配合而设计的 Javascript 框架?

发布于 2025-01-05 23:24:10 字数 396 浏览 2 评论 0原文

我正在尝试为我们的 Falcon Guns 创建一个丰富的类似移动设备的界面,运行 Windows CE 5.0 和 6.0。

我们最新的型号是上面链接的型号,处理器频率为 624 MHz,内存为 256 MB。旧型号的数量较少。

浏览器是操作系统内置的IE。我相信版本号匹配,例如 CE 5.0 运行 IE5*,CE 6.0 运行 IE6*。

*对于移动设备,

我尝试使用 dojo mobile 和 jquery mobile,但它们渲染得非常糟糕,并且加载时间很长。

是否存在我可能不知道的解决方案?预先感谢您的帮助。

I'm trying to create a rich mobile-like interface for our Falcon Guns, which run Windows CE 5.0 and 6.0.

Our most recent models are the ones linked above, at 624mhz procs and 256mb ram. The older models have less.

The browser is IE that is built into the OS. I believe the version numbers match, such that CE 5.0 runs IE5* and CE 6.0 runs IE6*.

*For mobile

I've tried using dojo mobile and jquery mobile, but they render terribly and take a LOOONG time to load.

Are there any solutions that I may not be aware of? Thanks in advance for your help.

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

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

发布评论

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

评论(1

晚雾 2025-01-12 23:24:10

速度缓慢是由于 IE 和小型设备硬件造成的,而不是您正在使用的框架造成的。
最好的选择是完全本地化并编写本地 C++/C 应用程序。
但如果这不是一个选择,您可以查看 Windows Mobile 上的 QtWebkit 并编写您自己的“Web 浏览器”(如果您使用 QWebView 元素,则编写速度非常快)应用程序,并比较与 IE 的性能。 Qt 根据 GPL 和 LGPL 获得许可。
这是某人的 YouTube 视频,演示了 WinMobile 上的 webkit 浏览器。
http://www.youtube.com/watch?v=OWhSaKyFI-Q

我相信您可以使用 Visual Studio 在设备上编写和调试 Qt 应用程序。

如果您能够安装第 3 方浏览器,那么您应该看看 Opera mobile 和 skyfire。
尽管如此,您可以预期网络应用程序在移动设备上的速度也只有这么快。

The slowness is due to IE and the small device hardware and not the framework you are using.
Your best bet is to go completely native and write a native c++/c application.
But if that is not an option you could look at QtWebkit on windows mobile and write your own "web browser"(very quick to write if you use the QWebView element) application and compare performance vs IE. Qt is licensed under GPL and LGPL.
Here is someone's youtube video demoing the webkit browser on WinMobile.
http://www.youtube.com/watch?v=OWhSaKyFI-Q

I believe you can use visual studio to write and debug Qt applications on the device.

If you are able to install 3rd party browsers then you should take a look at Opera mobile and skyfire.
Nevertheless you can expect a web-app to be only so fast on a mobile device.

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