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
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