Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Gestures not working with ion-select? #405

Open
ionitron-bot bot opened this issue Nov 29, 2018 · 0 comments
Open

Gestures not working with ion-select? #405

ionitron-bot bot opened this issue Nov 29, 2018 · 0 comments
Labels

Comments

@ionitron-bot
Copy link

ionitron-bot bot commented Nov 29, 2018

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:

 <ion-select interface="popover" >
            <ion-option *ngFor="let item of macroList" [value]="item.MacroName"
                        (ionSelect)="previewMacro(item)">{{item.MacroName}}
            </ion-option>
 </ion-select>

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.

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

No branches or pull requests

0 participants