Liam DeBeasi
Liam DeBeasi
Thanks! We plan on making the remaining overlays declarative, so I think this is a feature we should add.
Thanks for the issue. Ionic 3 had HammerJS internally for these kinds of things. We found that HammerJS had a tendency to capture events and not let them propagate. This...
Thanks for the clarification. We definitely intend on adding more documentation and best practices for doing specialized gestures. This is something we are actively discussing, so we hope to have...
We still have plans for this. More to announce soon!
@ludonoel1 I have already marked your issue as a feature request for the x and y swipe direction: https://github.com/ionic-team/ionic-framework/issues/21704. It is currently in our backlog.
@infacto We have documentation on gestures that you can use for now: https://ionicframework.com/docs/utilities/gestures. We plan to add some built-in gestures in a future update.
Thanks for the issue. This behavior was a design decision made to align with iOS. However, the behavior has been seen as confusing by others, so I think it makes...
We have a proposal for updating the form control API that should fix the issue: https://github.com/ionic-team/ionic-framework/discussions/25660
Thanks for the issue. This is a good behavior to provide by default as the native pickers do this. To align with iOS, we should make the following changes: 1....
Thanks for the issue. What are you hoping to be able to do with `getTab`? We weren’t clear of the benefit of it in Angular apps, so we didn’t expose...