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
{{ message }}
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.
Hi there!
The keyboard height I get from your library seems to be wrong. The value is 30 logical pixels too low I think. For visualization I created a Container that sits behind the keyboard thank to an OffStage widget and resizeToAvoidBottomInset: false,
Here a minimum reproducible example that is based on your example:
This example only works an my Android 10 device (Xiaomi Mi A2 Lite) if I use _bloc.keyboardUtils.keyboardHeight + 30 instead of the normal height.
I afraid that this value is different for each device. Is there a way to fix this? @IsaiasSantana@wilfilho
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there!
The keyboard height I get from your library seems to be wrong. The value is 30 logical pixels too low I think. For visualization I created a
Container
that sits behind the keyboard thank to anOffStage
widget andresizeToAvoidBottomInset: false,
Here a minimum reproducible example that is based on your example:
This example only works an my Android 10 device (Xiaomi Mi A2 Lite) if I use
_bloc.keyboardUtils.keyboardHeight + 30
instead of the normal height.I afraid that this value is different for each device. Is there a way to fix this? @IsaiasSantana @wilfilho
The text was updated successfully, but these errors were encountered: