Popup shows above keyboard and not on top of it
See original GitHub issueInformations
- Version of the library: master branch of today
- Affected devices: Samsung S9
- Affected versions: Android 9
Reproduction
Simply run the demo app, click the edit text and click the emoji button and you will see following 3 screens:
- Open app
- Click into the
EditText
- Click the emoji button
Additional info
I wanted to write my own keyboard for an Markdown Editor and couldn’t manage to show a popup above the keyboard no matter what I do (playing around with popup.inputMethodMode
, popup.softInputMode
, popup.windowLayoutType
and more but nothing works). Additionally I checked WhatsApp on my device and I can see, that it does not use a PopupView
above the keyboard on my device either - it hides/shows the keyboard on my device which has some small flickering side effect… Just as a little background information.
Any ideas why it does not work on my device?
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Unable to show a PopupWindow above soft keyboard
This answer is not useful. Save this answer. Show activity on this post. Add these two input modes on your PopupWindow : popupWindow....
Read more >How to Turn Off Key Press Popups on Android and iOS
How to Disable Key Press Popups on iOS · Open the Settings app. · Scroll down and tap on General. · Next, select...
Read more >how to stop on screen keyboard from popping up
1. Press Windows key + R. · 2. Type control and press enter to open the control panel. · 3. Type ease of...
Read more >Type with the onscreen keyboard on iPad - Apple Support
Enter text using the onscreen keyboard ; Turn on Caps Lock: Double-tap the Shift key ; Enter numbers, punctuation, or symbols: Tap the...
Read more >Can not open popup on top of keyboard when dialog is shown.
Stackoverflow suggested adjusting the xy coordinates of the PopupWindow manually to a a negative value in order to lower the position of the ......
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 FreeTop 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
Top GitHub Comments
Thanks for the idea but the demo does have the
adjustResize
flag enabled already.https://github.com/vanniktech/Emoji/blob/6d33b3a68ed9b3102c8d574a7669d44d7da1a57b/app/src/main/AndroidManifest.xml#L16
I’m closing this issue due to inactivity. If you have any further input on the issue, don’t hesitate to reopen this issue or post a new one.