-
-
Notifications
You must be signed in to change notification settings - Fork 142
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
Fixed an issue where screen height contained status bar in android #29
base: master
Are you sure you want to change the base?
Conversation
@marudy, @Hinaser That did not fix the problem for me,
I know its not optimal with the DeviceInfo library, but it works on every device I tested EDIT:
I was using this but the behaviour is like this: Now what I noticed is that the library on some devices does contain status bar and on other doesnt.. (Without my code its still not working properly on some of the mentioned devices) Any help with this? I really like the library so far so i'd like to continue using it... |
Hey @Hinaser @GavricMario and happy new year! Sorry I haven't been active lately. I don't think we should hardcode DP values like |
I think having a |
@marudy sorry for inactivity, the email notifications got lost
I am not sure if it works perfectly, hadnt have the chance to test it on many devices... As i have found |
This is a fix for #28
Before this PR:
After this PR: