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
{{ message }}
This repository has been archived by the owner on May 4, 2022. It is now read-only.
I have an ion-select list. Now, when I select an option, I am triggering one callback using (ionSelect). But I want to trigger another callback when user double clicks on an option. My code is:
Original issue by @setu1421 on 2018-02-14T07:17:32Z
I have an ion-select list. Now, when I select an option, I am triggering one callback using (ionSelect). But I want to trigger another callback when user double clicks on an option. My code is:
I saw gestures are working on buttons or other components. But gestures like tap or press are not working with ion-select. Only (ionSelect) is fired.
The text was updated successfully, but these errors were encountered: