Interactive Keyboard dismissing #6
Closed
kirillzyusko
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
Hello @kirillzyusko, have you made any progress on that subject ? I'm looking for a way to do an interactive keyboard dismiss for a chat app, and your library looks appealing, but useKeyboardHandler does not follow the interactive dismiss on ios for now. |
Beta Was this translation helpful? Give feedback.
1 reply
-
This feature was added in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be good to be able to close keyboard in interactive mode.
iOS already supports it via
keyboardDismissMode="interactive"
prop onScrollView
(though current implementation of this library is not updating animated values returned from the hook). On Android it can be implemented throughWindowInsetsAnimationController
.Something similar was already implemented on iOS: https://github.com/wix/react-native-ui-lib/tree/master/lib/ios/reactnativeuilib/keyboardtrackingview
Beta Was this translation helpful? Give feedback.
All reactions