Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two tap events fired for actionsheet buttons #488

Open
levic opened this issue May 17, 2013 · 0 comments
Open

Two tap events fired for actionsheet buttons #488

levic opened this issue May 17, 2013 · 0 comments

Comments

@levic
Copy link

levic commented May 17, 2013

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?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant