Dialog buttons hidden behind keyboard
See original GitHub issueOn some phones, the EditText
dialog has buttons hidden behind keyboard.
But normal dialogs in other apps moves away whe keyboard appears. Why not here?
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Android when keyboard open in dialog fragment it hides my ...
When i press edit button, keyboard shows and push up editText but hides 3 buttons bellow. Here is 2 print screen of dialog...
Read more >Modal Dialog Example | APG | WAI - W3C
The keyboard focus always remains visible. ... Place an interactive element at the top of the dialog, e.g., a button or link. ......
Read more >Accessible dialog tutorial - ally.js
Accessible dialog tutorial. This document explains what steps need to be taken in order to make a visually compelling, yet fully accessible dialog...
Read more >Keyboard shortcuts in Windows - Microsoft Support
Windows logo key keyboard shortcuts ; Windows logo key + R · Open the Run dialog box. ; Windows logo key + Alt...
Read more >Dialog box windows are not displayed in AutoCAD products
Solution: · Execute the command to activate the dialog window. · Press ALT + SPACEBAR on the keyboard. · Press the M key...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
On Nexus 5X (Android 7.1), it actualy shrinks the part of dialog with
EditText
:But on one fo my customer’s phone with Android 4 or 5, the keyboard is above the dialog and the suggestions bar hides the dialog’s buttons. Sorry, I can’t get the screenshot at the moment.
Maybe this should be another issue your library fixes.
I found this on Stack Overflow.
Maybe just add this to
onCreate()
of your dialog implementation:I´m using Xamarin Android with Support libraries, not AndroidX libraries