Closing keyboard using OS back button does not hide action bar but only keyboard
krishnajithapa opened this issue · 11 comments
When user click on OS default back button, action bar is still visible although the keyboard hides
Can you add a minimum code to reproduce the issue?
Also can you reproduce the issue using the samples from this repo?
you can try it on your sample code in your repo as well
Steps to reproduce:
- Go to full screen form
- Tap on textformfield and wait for keyboard and action bar to appear.
- press OS back button
you will see the action bar doesnt disappear with keyboard
can you give me more info?
- flutter version?
- android OS version?
- android device brand/model
flutter 3.3.2
android version: 11
device: pixel 3a
I am currently at my office working on several projects so i don't think i will have enough spare time to perform the test myself any soon. Would appreciate if you could test and update the package accordingly.
Fixed on this version 4.1.0
. #208
The issue is still reproducible for iOS on 4.1.0.
If we hide the keyboard by using the SystemChannels SystemChannels.textInput.invokeMethod('TextInput.hide')
actions gets hidden on android but on iOS they are still visible.
RPReplay_Final1674201834.mp4
Screenrecorder-2023-01-20-13-03-07-665.mp4
@diegoveloper This bug still exists. What is this issue closed? On android, if you close the keyboard with an arrow, action bar stays visible.
Can you add the minimal code to reproduce the issue?
@diegoveloper I've used example from your repo. Didn't changed anything