You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"When I was using flutter 3.0 and above, I found that when the input box is focused, bottomNavigationBar and floatingActionButton will be pushed up by the soft keyboard, even if resizeToAvoidBottomInset: false is set, it is invalid. Such a checkup is not very friendly. Is there any solution please?" - Google Translate
Hi @shijia2118
I can not reproduce the issue with below sample code. When setting resizeToAvoidBottomInset: false, the bottomNavigationBar and floatingActionButton are not pushed up by the keyboard.
Without additional information, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now.
If you find this problem please file a new issue with the same description, what happens, logs and the output of 'flutter doctor -v'. All system setups can be slightly different so it's always better to open new issues and reference the related ones.
Thanks for your contribution.
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.
Activity
huycozy commentedon Sep 12, 2022
"When I was using flutter 3.0 and above, I found that when the input box is focused, bottomNavigationBar and floatingActionButton will be pushed up by the soft keyboard, even if resizeToAvoidBottomInset: false is set, it is invalid. Such a checkup is not very friendly. Is there any solution please?" - Google Translate
Hi @shijia2118
I can not reproduce the issue with below sample code. When setting
resizeToAvoidBottomInset: false
, thebottomNavigationBar
andfloatingActionButton
are not pushed up by the keyboard.Sample code
Demo
XRecorder_12092022_132746.mp4
Please provide a completed and minimal reproducible code sample so that we may verify this. Also, please provide the output of
flutter doctor -v
as well.Thank you!
SnowZero commentedon Sep 22, 2022
@huycozy
I had a similar issue, when using
CupertinoTabScaffold
resizeToAvoidBottomInset: false
is not workcode
huycozy commentedon Sep 27, 2022
@SnowZero Try adding
resizeToAvoidBottomInset: false
property intoCupertinoTabScaffold
will help to solve your issue.github-actions commentedon Oct 10, 2022
Without additional information, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now.
If you find this problem please file a new issue with the same description, what happens, logs and the output of 'flutter doctor -v'. All system setups can be slightly different so it's always better to open new issues and reference the related ones.
Thanks for your contribution.
github-actions commentedon Oct 24, 2022
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of
flutter doctor -v
and a minimal reproduction of the issue.