You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?)
The text was updated successfully, but these errors were encountered:
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?)
The text was updated successfully, but these errors were encountered: