flutter_keyboard_visibility icon indicating copy to clipboard operation
flutter_keyboard_visibility copied to clipboard

Support for Android Tv

Open vovaklh opened this issue 2 years ago • 1 comments

Describe the bug The package doesn't detect keyboard visibility on Android Tv

To Reproduce Steps to reproduce the behavior:

  1. Create Android Tv emulator
  2. Create page with textfield
  3. Focus on textfield to make keyboard visible
  4. The package doesn't detect keyboard visibility

Expected behavior The package detect keyboard visiblity

vovaklh avatar Aug 03 '22 11:08 vovaklh

If the tv is using at least android 11 you can try with my fork: https://github.com/lKinderBueno/flutter_keyboard_visibility_androidx

lKinderBueno avatar Sep 10 '22 15:09 lKinderBueno