How do I use the touch/gesture event (e.g. slide)?
I have the javascript function that use onmousemove to capture drag event. How can I do this in Firefox for Mobile (Android)? It would be like the slide event for the iphone or tablet. What types of events should I use to? Thank you!
I have the javascript function that use onmousemove to capture drag event. How can I do this in Firefox for Mobile (Android)? It would be like the slide event for the iphone or tablet. What types of events should I use to? Thank you!
この投稿は lxspine により
すべての返信 (1)
You can use the "touchstart" and "touchmove" events: