Skip to content
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

Is not working when Activity is set to "adjustNothing" in AndroidManifest.xml #1

Closed
notHide opened this issue Sep 20, 2015 · 2 comments

Comments

@notHide
Copy link

notHide commented Sep 20, 2015

set Activity "InputMode" like this:

android:windowSoftInputMode="adjustNothing"

code will not work.

Do you have any good idea ?

@yshrsmz
Copy link
Owner

yshrsmz commented Sep 21, 2015

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
Copy link
Author

notHide commented Sep 21, 2015

Thanks !

@notHide notHide closed this as completed Sep 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants