-
-
Notifications
You must be signed in to change notification settings - Fork 292
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
Popup takes up full screen when in adjustPan mode #474
Comments
What android version, what device, give us sample code so we can reproduce. |
Hi Mario, thank you for checking. The issue can be easily seen when using |
@vanniktech found out why this is happening in my case. it is because of this flag on oncreate : Edit:
This hides the status bar which gives full screen appearance. |
Hi friends, I also had this problem until I put the following code in the manifest android class: <Activity I hope this code helps those who have this problem |
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. |
I have the same issue on Chromebook. It's probably because it has a hardware keyboard, so the soft keyboard never shows. |
emoji picker SOMETIMES opens in full height. this is a bug inside the emoji picker lib, see vanniktech/Emoji#474 Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
emoji picker SOMETIMES opens in full height. this is a bug inside the emoji picker lib, see vanniktech/Emoji#474 Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
emoji picker SOMETIMES opens in full height. this is a bug inside the emoji picker lib, see vanniktech/Emoji#474 Signed-off-by: Marcel Hibbe <dev@mhibbe.de> Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
i didn't figure out why this issue happens so i made a workaround. |
@mahibi can you try using Looking at the code there's a |
with |
the problem still continues for version 0.15.0 when ı downgrade the library to 0.6.0 then android studio gives an error for androidx note if you wanna a tricky method, before starting to write anything show and dismiss then do what you want. |
I see this problem on version 0.16.0 of the library as well. Sometimes when opening the popupWindow for the first time, it looks just like the screenshot in the OP instead of the proper height. |
I was facing the same issue. In my case, i firstly open the keyboard then toggle() the EmojiPopup and its not takes the full screen. |
I can't reproduce this but I'd be happy to take a PR that fixes this |
I've recently encountered a similar issue, and one possible scenario is as follows: the soft'keyboard doesn't show or the state is abnormal when the popup pops up. |
Reproduction
With this code
<activity android:name=".CustomViewActivity" android:windowSoftInputMode="stateVisible|adjustPan"/>
it shows:
The text was updated successfully, but these errors were encountered: