Prerequisites
Describe the Feature Request
Sheet modals support the new snapBreakpoint parameter. It would be great if swipe-to-close dialogs also supported this parameter, so we could know if the dialog intends to continue animating to dismiss or not.
Describe the Use Case
Dismiss the keyboard when the user lifts their finger during a gesture, if the dialog will animate to dismissal.
Describe Preferred Solution
e.detail.snapBreakpoint (would just be 1 or 0) or something like that on ionDragEnd
Describe Alternatives
No response
Related Code
No response
Additional Information
No response
Prerequisites
Describe the Feature Request
Sheet modals support the new
snapBreakpointparameter. It would be great ifswipe-to-closedialogs also supported this parameter, so we could know if the dialog intends to continue animating to dismiss or not.Describe the Use Case
Dismiss the keyboard when the user lifts their finger during a gesture, if the dialog will animate to dismissal.
Describe Preferred Solution
e.detail.snapBreakpoint(would just be 1 or 0) or something like that onionDragEndDescribe Alternatives
No response
Related Code
No response
Additional Information
No response