jQTouch icon indicating copy to clipboard operation
jQTouch copied to clipboard

Two tap events fired for actionsheet buttons

Open levic opened this issue 12 years ago • 0 comments

If you want to do something other than navigate to another page, your custom tap event handler in an actionsheet button will fire twice:

https://gist.github.com/levic/5597041

The custom tap event handler executes first, then the actionsheet tap handler. In the actionsheet's addTapHandler(.. 'follow-actionlink' ...) it then triggers a second tap on the same element -- which causes the custom tap handler to fire again.

(Or is there some other way this should be handled?)

levic avatar May 17 '13 06:05 levic