IsaiasSantana / keyboard_utils

A Flutter plugin to check keyboard visibility.
MIT License
49 stars 49 forks source link

Fail get the right height of Android device, but normal on iOS #46

Closed jims57 closed 2 years ago

jims57 commented 2 years ago

The following screen is about Android:

image

The following screen is about iOS:

image

jims57 commented 2 years ago

Fixed, it is not this package's problem. It is because the query method, $('#toolbar').outerHeight();, return different value between Android and iOS.

Thanks anyway.

LostInDarkMath commented 2 years ago

Hi @jims57 , I face the same issue. Can you share your solution here please?