I’m using jQuery mobile for my application.
Is it possible to release a gesture using jQuery Mobile? If a user places fingers and drag the screen – can I release this gesture using JavaScript, even if he leaves his finger on the screen?
For example – is it possible to release touch move after 1000 ms so the event will end, such as $(this).touchend(); (like I could do $(this).click();) ?
Edit:
On the other hand, maybe someone has any other idea on how to limit the touch / touchmove time?
Does something like this work?
JS
HTML
CSS