-
-
Notifications
You must be signed in to change notification settings - Fork 290
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
Soft keyboard not detected when toggling the emoji-popup #60
Comments
I just had the same issue and was able to solve it. Background Internally, |
We found out that the 0.2 version does not have this problem. I'll bisect this bug and find out if this is indeed the commit that broke it. |
Thanks for the detailed bug report. Yeah i also got some other issues that version 0.3.0 broke toggling. In all applications that I'm using the library everything still worked. Did the workaround from @rubengees fix the issue? |
It did indeed fix the issue. We are currently looking if there are still issues on some devices. So far it looks like the workaround is doing it's job. |
Alright thanks, good to know. I'll also try to investigate further. I'm trying to once and for all try to fix this issue with 0.4.0. |
Thx for the fix @vanniktech! Android really is a never ending nightmare of workarounds… |
The problem appears in the Qabel-android client in versionn 0.12.0 and 0.12.1: https://github.com/Qabel/qabel-android/releases/tag/0.12.1-beta.3
To reproduce:
Expected behavior:
The soft keyboard hides and the emoji popup appears
Actual behavior:
The emoji-button changes the drawable to the keyboard drawable and the emoji popup does not appear, the keyboard stays visible. Clicking the emoji button again has no effect.
When I close the keyboard with the hardware button and then press the emoji button again, the emoji popup opens and everything works fine.
I also tried to bind the emoji popup on the root of the activities layout, but that had no effect.
The text was updated successfully, but these errors were encountered: