检查设备类型?
- 是否可以,以及如何(如果可以)使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从
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 CapabilitiesCheck 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/