Is not working when Activity is set to "adjustNothing" in AndroidManifest.xml
notHide opened this issue ยท 2 comments
notHide commented
set Activity "InputMode" like this:
android:windowSoftInputMode="adjustNothing"
code will not work.
Do you have any good idea ?
yshrsmz commented
Current implementation of detecting keyboard visibility change is to compare the diff of the display height and the activity's actual height.
So if the activity's height does not change, the library will not be able to detect keyboard visibility.
Sorry I can't come up with a solution for now, though any suggestion or PR is welcome.
notHide commented
Thanks !