question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`useFixedMode()` makes bottom bar appears above the keyboard

See original GitHub issue

When I use the useFixedMode() (or even attachShy() with android:fitsSystemWindows="true"), the keyboard doesn’t hide the bar behind it as per the material design (I’m opening the keyboard to write inside a webview).

before opening the keyboard: 2016-05-16-16-11-22_small

after opening the keyboard: 2016-05-16-16-11-42_small

using an actual LG G2 device, running Kitkat 4.4.2. Also got the same behavior when using simulators running Lollipop & Marshmallow.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
pocheshirecommented, May 24, 2016

For fix this you need add <activity android:windowSoftInputMode="adjustPan"/> (on Xamarin it’s like activity attribute [Activity(WindowSoftInputMode=SoftInput.AdjustPan)])

1reaction
Abdelhadycommented, May 16, 2016

@shaunkawano I’ve updated the issue with the screenshots, thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

flutter - Bottom Navigation Bar Sticks to Top of Keyboard
Now, however, the BottomNavigationBar sticks to the top of the keyboard when it appears and is always visible. How do I set the ......
Read more >
How To Keep A Bottom Nav Bar From Being Pushed Up On ...
useFixedMode() makes bottom bar appears above the keyboard #216 the bottom bar is coming above keyboard and also the navigation drawer in the...
Read more >
BottomNavigation behavior with an on-screen keyboard on ...
Implementing UX-flows with bottom navigation and on-screen keyboards on Android should be easy. But like most of you already know, it isn't.
Read more >
[OutSystems Now Bug] Bottom bar hidden by keyboard
Tap an text input and confirm that the BottomBar rises and it's visible above the keyboard. 3. Go back to the home screen...
Read more >
Issue: Bottom Tab Bar is pushed above keyboard : r/reactnative
Though you're using the react native, but the app is made for android and ios OS. So you'll have these files. Are you...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found