iphone - Detect finger drag using Javascript on touch phones? -


Is there a way to detect finger drag using Javascript on touch phones? I am currently using jQuery and the MausFace () method does not appear to work on my endoride phone.

Edit: I think I should make it clear that it is for the web application

Edit 2: I got a duplicate of my question a few moments ago. However, this does not have an approved answer.

Use: touchstart , touchmov , TouchCensell , and touch . To bind the event listener for one of these events, instead of .bind ('touchmove', ...) instead of .touchmove (...) Have to use. , because jQuery does not provide feature methods.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -