Flex DropDownList 在移动设备中工作异常
我尝试使用 Spark DropDownList 控制器进行 Flex 移动项目,但它无法正常工作。有没有可用的替代解决方案?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我尝试使用 Spark DropDownList 控制器进行 Flex 移动项目,但它无法正常工作。有没有可用的替代解决方案?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
您想要使用
。正如 @www.Flextras.com 所说,移动设备不支持 DropDownLists。>You want to use
<s:List/>
. As said by @www.Flextras.com, DropDownLists aren't supported on mobile.移动设备不支持 Flex Spark DropDownList。要让它发挥作用,需要的不仅仅是实现移动皮肤。它主要涉及鼠标输入和触摸输入之间的差异。
不过,我们已经为您完成了转换工作,因此您可以使用我们的 Mobile DropDownList 作为 Flextras 移动组件集的一部分。免费的开发人员版本可供您根据自己的目的进行测试。
2013 年初; Flextras 组件是开源的;您可以直接从 GitHub 获取移动组件的源代码。如果您不想自己构建,Flextras 站点仍然会分发二进制构建版本。
The Flex Spark DropDownList is not supported on mobile devices. To get it working requires more than just implementing a mobile skin. It relates primarily to the differences between mouse input and touch input.
However, we've already done the conversion work for you, so you can use our Mobile DropDownList as part of the Flextras Mobile Component set. Free developer editions are available for you test out for your own purposes.
Earlier in 2013; the Flextras components were open sourced; and you can get the source of the mobile components straight from GitHub. The Flextras site still distributes binary builds if you don't want to build it yourself.