Now I'm developing mobile app based on html5 and phoneGap.The JS famework is ember.The specification of the app requires to respond to long-press gesture. But the long-press event isn't ember build-in event.
What should I do to recognize the gesture and connect to event handling(controller or route)?
I was able to accomplish this with
mouseUp
andmouseDown
but you can use thetouchStart
andtouchEnd
events I'm sure. See hereI setup a jsbin, but here's the relevant code: