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.

Popup takes up full screen when in adjustPan mode

See original GitHub issue

Reproduction

With this code <activity android:name=".CustomViewActivity" android:windowSoftInputMode="stateVisible|adjustPan"/> it shows:


Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:9
  • Comments:18 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
mahibicommented, May 12, 2022

with toggle() the bug occurs again

1reaction
kasra-java-nodecommented, May 22, 2021

Hi friends, I also had this problem until I put the following code in the manifest android class:

<Activity android: name = “. Register” android: label = “@string/app_name” android: windowsSoftInputMode=“adjustResize”

I hope this code helps those who have this problem

Read more comments on GitHub >

github_iconTop Results From Across the Web

Android How to adjust layout in Full Screen Mode when ...
You can toggle fullScreen mode when soft keyboard is shown. This allows the "adjustPan" to work correctly. In other words, I still use...
Read more >
Android Tutorial - Full screen adjustResize softkeyboard fix
Fixing bug when in full screen with adjustResize the keyboard doesn't work as expected.
Read more >
Android how to adjust for soft keyboard | by Yat Man, Wong
Ultimate pitfall guide for adjustResize with full screen mode ... adjustPan shift the whole page up to make room for the keyboard.
Read more >
Handle input method visibility
For example, when the vertical space on the screen is constrained, the text field might fill all space above the input method.
Read more >
Avoid Keyboard in React Native Like a Pro
Form component will be wrapped in a full-screen scroll component ... On a screen with KeyboardAvoidingView , when the keyboard pops up, ...
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