javascript - Opposite of taphold event - jQuery mobile -
i want trigger when user holds button , trigger else when releases it.
on non-mobile, it's straight forward using mousedown , mouseup events, on mobile (ios webview) don't work.
so tried use taphold of jquery mobile works, want know equivalent of mouseup?
Comments
Post a Comment