freshOS / KeyboardLayoutGuide

⌨️ KeyboardLayoutGuide, back from when it didn't exist.
MIT License
1.19k stars 60 forks source link

Solve a rare problem where keyboard height will be full-screen on dismissal #39

Closed stuartcamerondeakin closed 2 years ago

stuartcamerondeakin commented 3 years ago

A couple of users have reported issues where when dismissing the on-screen keyboard the top of the keyboardLayoutGuide would float to the top of the screen. This works around that issue by explicitly handling the keyboardWillHideNotification.

Jon889 commented 2 years ago

I've found the same thing, this happens specifically when Reduce Motion is turned on in accessibility settings.

@s4cha any chance this could be merged and released?

s4cha commented 2 years ago

@stuartcamerondeakin Thanks a ton for your contribution! Never ran into this bug before but code looks good to me. PS: Please excuse the eternity it took me to finally review this 😄

s4cha commented 2 years ago

This is now up in https://github.com/freshOS/KeyboardLayoutGuide/releases/tag/1.8.0, Thanks !!