-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
KeyboardVisibilityEvent Status is open on devices having big status bar #41
Labels
Comments
Sounds reasonable 👍 |
arquimago
added a commit
to arquimago/KeyboardVisibilityEvent
that referenced
this issue
Jul 9, 2019
arquimago
added a commit
to arquimago/KeyboardVisibilityEvent
that referenced
this issue
Jul 12, 2019
#42 Solved the issue for me. Thanks @arquimago |
I've just released 3.0.0-RC1 with the fix for this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With Android 9 on some devices, the status bar height is large so the event listener for KetboardVisibilityEvent is always open.
Here is the attached screenshot of the device emulator having the big status bar:
I tried to get the values of Screen Height, Height Difference, Status Bar, etc and here are the results:
As you can see that the HeightDifference is bigger than KeyboardMinHeight. Due to this the status is always open.
I think we need to include status bar height in calculation to make it work.
Can you please check?
Let me know if you need more details
Thanks
The text was updated successfully, but these errors were encountered: