触摸设备上的 Twitter 提前输入 - 现在有什么交易?

Twitter typeahead on touch devices - what's the deal now?

所以在他们自己的文档中他们写道 "mobile browsers aren't tested" and there are some bug tickets in which it is mentioned, that mobile browsers aren't supported (which isn't quite the same as just "not tested"). In another bug ticket it's said though that it seems to be compatible with most browsers.

我们的项目中包含了 twitter typeahead 10.5.0,我无法让它在任何 iOS version/device/browser 上运行,即使它似乎在 twitter 的示例页面上运行(它本来可以实施解决方法),太可惜了。我很生气,因为我似乎无法在网上找到 任何东西 关于支持触摸设备的解决方法,比如哪些设备应该实际工作的明确声明 and/or关于如何支持 Twitter 打字头触摸的一些干净的代码示例。

所以我现在问你们,有没有人知道如果在什么设备上它应该工作并且可能有提示关于如何让它在触摸时工作? 我知道我可以 "just" 在 typeahead 元素上添加一些自定义触摸事件并执行与我在 typeahead:selected 上相同的操作,但实际上我真的希望使用他们的 events/API 有一种更简洁的方法。 .

好吧,显然这是一个 typeahead 和 fastclick.js was introduced in typeahead 0.10.2 的错误,所以我需要降级到版本 0.10.1(升级到 0.11 破坏了我们当前的设置)。