You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am using your library for some time and it works great, but recently one of my user report a strange behaviour.
Here are the details:
Device name: Essential ph-1 phone
Android version 7.1.1
Use default keyboard, not custom
I use windowSoftInputMode adjustResize
I use the event listener to hide a button when the keyboard is open, I think somehow this device detect the keyboard is open when it is not (the activity just started, and it don't show keyboard on start). Do you have any idea what cause this? Thanks
The text was updated successfully, but these errors were encountered:
Since Essential Phone's display form factor is a bit different from other devices, maybe the threshold we currently use is not enough(or too much) for the device.
You can try adjust this value to see the difference
@egek92 It should be working for 3rd Party Keyboards as well since it is independent of the keyboard. It checks only the change in height of rootview. It might not work for certain keyboards if their height is really low that is lower than the threshold.
Hi, I am using your library for some time and it works great, but recently one of my user report a strange behaviour.
Here are the details:
I use the event listener to hide a button when the keyboard is open, I think somehow this device detect the keyboard is open when it is not (the activity just started, and it don't show keyboard on start). Do you have any idea what cause this? Thanks
The text was updated successfully, but these errors were encountered: