capacitor icon indicating copy to clipboard operation
capacitor copied to clipboard

feat: Interactive keyboard dismiss (like `UIScrollView.KeyboardDismissMode` `Interactive` in iOS)

Open ericbf opened this issue 2 years ago • 2 comments

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

ericbf avatar Nov 09 '22 15:11 ericbf

Anyone alive at capacitor?

ericbf avatar Dec 21 '22 10:12 ericbf

I would love this feature. Need it so badly in my capacitor app

kimproductions avatar May 02 '24 02:05 kimproductions