-
Notifications
You must be signed in to change notification settings - Fork 94
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
KeyboardHeight not right in some device #50
Comments
looks like screen height get error
|
can you add a function that shows the size of the keyboard in real time? |
What you mean "in real time"? It works in real time, get difference between screen height and keyboard, and return it. |
I need a function that returns me a keyboard size value at any time. |
You can't get keyboard size while keyboard is hidden. |
I found something like this, and for example it is used in regular input fields, when the size of the keyboard changes while it is open then the EditText dialog always stays above it as in the example: |
Oh, now I found out what you want.. |
keyboard height calculation now consider navigation bar
I test my demo in Rog phone. Resolution is 2340 * 1038. I want to change my component according to soft Ketboard Height ,but the value is not right , try mate30 is so . samsung s7 is right , Very strange
The text was updated successfully, but these errors were encountered: