RxSwiftCommunity / RxKeyboard

Reactive Keyboard in iOS
MIT License
1.6k stars 176 forks source link

Keyboard height is incorrect when other app has keyboard left visible #70

Open 0xF0D0 opened 6 years ago

0xF0D0 commented 6 years ago

My coworker found a minor bug in RxKeyboard.

It's the link

As you can see, even the keyboard was already dismissed in RxKeyboardExample app,

keyboard from other app interferes and textView bumps up for a moment. Looks pretty glitch hey?

IMO, Subscribing for a change only when app is active can resolve this issue.

adrianod1as commented 5 years ago

+1

AlexisQapa commented 5 years ago

I still had a couple issues with this but not really reproducible. I wonder if the distincUntilChanged is the culprit.