RxSwiftCommunity / RxKeyboard

Reactive Keyboard in iOS
MIT License
1.61k stars 175 forks source link

maximumNumberOfTouches of panRecognizer restricted to 1 #112

Closed constantineSafronov closed 2 years ago

constantineSafronov commented 2 years ago

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

rnkyr commented 2 years ago

any plans to merge this? faced the same issue

rxswiftcommunity[bot] commented 2 years ago

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