[BUG] Keyboard after hide cause ui not adjust back to previous height
privaterepo2021 opened this issue · 3 comments
Describe the bug
After hiding the keyboard, drawer ui is not adjust back to normal.
To Reproduce
Steps to reproduce the behavior:
- Tap in input
- Keyboard is shown
- Tap on keyboard background to hide keyboard
- UI is not adjusted back to normal
Expected behavior
UI should adjusted back to before keyboard is open
Smartphone (please complete the following information):
- Device: Samsung A31
- OS: Android 12
"cupertino-pane": "1.3.2"
Hello @privaterepo2021 Definitely strange behavior and weird height pane goes up on keyboard.
How quickly do you need a solution ? If this is urgent issue, try to reproduce behavior with some code sources that I can digging deeper.
Hi @roman-rr, it only happens if i tap on the background to hide the keyboard, but if I hide the keyboard using back button then it wont have this kind of problem. Is not that urgent for now because I already use a temporary solution to adjust back the height after the input is blur. You can try on it when you free, thanks.
Hi @roman-rr , I will close it first since I'm not able to reproduce the issue in a simple application. Will reopen back once I able to reproduce it thanks.