Closed constantineSafronov closed 2 years ago
any plans to merge this? faced the same issue
Thanks a lot for contributing @constantineSafronov! I've invited you to join the RxSwiftCommunity GitHub organization – no pressure to accept! If you'd like more information on what this means, check out our contributor guidelines and feel free to reach out with any questions.
Generated by :no_entry_sign: dangerJS
If you dismiss keyboard by one finger and the second one place on the scrollView while the keyboard on the half way to the bottom RxKeyboard.instance.visibleHeight observable reacts to both fingers simultaneously, that leads to separating message bar from the keyboard. You can try it even with applied Example app. This fix addresses the issue and we have behavior similar to native message app, please check it. Thanks