Flex DropDownList 在移动设备中工作异常

发布于 2024-11-24 08:43:56 字数 70 浏览 0 评论 0 原文

我尝试使用 Spark DropDownList 控制器进行 Flex 移动项目,但它无法正常工作。有没有可用的替代解决方案?

I try to use spark DropDownList Controller for flex mobile project but its not working properly. Is there any alternative solution available?

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

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

发布评论

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

评论(2

夏日浅笑〃 2024-12-01 08:43:56

您想要使用 >。正如 @www.Flextras.com 所说,移动设备不支持 DropDownLists。

You want to use <s:List/>. As said by @www.Flextras.com, DropDownLists aren't supported on mobile.

梦行七里 2024-12-01 08:43:56

移动设备不支持 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.

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