lamnhan066 / keyboard_detection

Detect keyboard is visible or not for Flutter
MIT License
3 stars 0 forks source link

KeyboardState.hidden Returned for Split and Floating Keyboards on iPad. #1

Closed alpaca211 closed 2 hours ago

alpaca211 commented 4 months ago

When using split or floating keyboards on iPad, KeyboardState always returns KeyboardState.hidden, regardless of the actual visibility of the keyboard.

lamnhan066 commented 4 months ago

Hi @alpaca211

I'm using the bottom view insets to detect the keyboard, so I think currently there is no way to detect the floating keyboard by using the bottom view insets.