检查设备类型?

发布于 2024-11-15 20:17:49 字数 97 浏览 1 评论 0原文

  • 是否可以,以及如何(如果可以)使用 flex 检查设备类型?

我的意思是设备类型:PC、笔记本电脑、平板电脑、手机..

  • Is it possible, and how ( if it is ) to check the device type with flex ?

with device type i mean : PC, laptop, tablet, phone ..

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

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

发布评论

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

评论(1

墨落成白 2024-11-22 20:17:49

flash.system.Capability 类开始。 有关功能的 Flex SDK 文档链接
检查 .os 属性。

从那里,您可能还需要检查 flash。 system.TouchscreenType

不过,最终,要获得有关设备的非常详细的信息,在服务器端安装 WURFL 可能是您的最佳选择。

http://wurfl.sourceforge.net/

Start with the flash.system.Capabilities class. Link to Flex SDK docs about Capabilities
Check the .os property.

From there, you might also need to check flash.system.TouchscreenType

Eventually, though, to get very detailed info about the device, installing WURFL on the server side may be your best bet.

http://wurfl.sourceforge.net/

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