我想在YUI 3的链接上模拟/触发触摸事件(touchstart或touchend)。
函数.simulate不处理触摸事件'但只点击/ dblclick等....
当我在官方文档中搜索时,事件部分没有任何内容。
有没有这样做?
谢谢
答案 0 :(得分:0)
我不确定您是否可以在非触摸设备上使用touchstart或触摸{move,end}。 也许你想尝试触发'gesturemovestart',这应该是跨设备的。 Y.one。( '#yourLink')火( 'gesturemovestart') 见http://yuilibrary.com/yui/docs/event/touch.html#move
点击链接后,我会触发'gesturemovestart':http://jsfiddle.net/DrMw8/
祝你好运, 鲁
答案 1 :(得分:0)
不,还没有支持模拟触摸事件。它在此处记录:http://yuilibrary.com/yui/docs/event/simulate.html#no-touch-events-yet