Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navbar does not disappear when the keyboard appears ..... #337

Open
Irfadg opened this issue Aug 8, 2023 · 1 comment
Open

Navbar does not disappear when the keyboard appears ..... #337

Irfadg opened this issue Aug 8, 2023 · 1 comment

Comments

@Irfadg
Copy link

Irfadg commented Aug 8, 2023

@OverRide
Widget build(BuildContext context) {
badgeProvider = context.watch();
widgetContext = context;
return Scaffold(
key: _scaffoldKey,
extendBody: true,
extendBodyBehindAppBar: true,
body: PersistentTabView(
context,
controller: _controller,
screens: screens,
items: _navBarsItems(),
confineInSafeArea: true,
backgroundColor: Color(0xFFEFF4F8),
handleAndroidBackButtonPress: true,
resizeToAvoidBottomInset: false,
stateManagement: true,
navBarHeight: MediaQuery.of(context).viewInsets.bottom > 0 ? 0.0 : 60,
hideNavigationBarWhenKeyboardShows: true,
margin: EdgeInsets.all(0.0),
popAllScreensOnTapOfSelectedTab: true,
popActionScreens: PopActionScreensType.all,
bottomScreenMargin: 0.0,
onWillPop: (context) async {
Helper.of(context!).onWillPop();
return true;

      },

version : persistent_bottom_nav_bar: ^4.0.2

please Help.

@isamed92
Copy link

hi, any updates about this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants