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
Instead of only supporting touch/click events with a fixed behavior the directives could also support other gestures and broadcast them to the corresponding controller.
I said could because I'm not sure what potential drawbacks all those event listeners and broadcast messages could have.
To give a practical example, I am currently using the following directive to allow hold gestures for my tabs.
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Instead of only supporting touch/click events with a fixed behavior the directives could also support other gestures and broadcast them to the corresponding controller.
I said could because I'm not sure what potential drawbacks all those event listeners and broadcast messages could have.
To give a practical example, I am currently using the following directive to allow hold gestures for my tabs.
The text was updated successfully, but these errors were encountered: