feat: Interactive keyboard dismiss (like UIScrollView.KeyboardDismissMode
Interactive
in iOS)
#6064
Labels
UIScrollView.KeyboardDismissMode
Interactive
in iOS)
#6064
Feature Request
Description
In iOS (at least), you can set the keyboard to dismiss interactively when in a scrolling view (like the messages app, etc). It’d be good to be able to set that behavior in a capacitor app as well.
Platform(s)
iOS (at least), android if there’s an equivalent behavior.
Preferred Solution
A function on the keyboard plugin to enable/disable interactive dismiss or to set the dismiss mode.
Alternatives
Just sudden dismissal of the keyboard when the input loses focus, not being able to dismiss the keyboard by swiping (as the expected behavior for users is)
Additional Context
https://developer.apple.com/documentation/uikit/uiscrollview/keyboarddismissmode
The text was updated successfully, but these errors were encountered: