react-native-ui-lib icon indicating copy to clipboard operation
react-native-ui-lib copied to clipboard

Custom keyboard not dismissed after a while

Open proginter opened this issue 3 years ago • 0 comments

Description

After a while, when the application is opening in background, the KeyboardUtils.dismiss(); do nothing for custom keyboards.

Related to

  • [X] Components
  • [ ] Demo
  • [ ] Docs
  • [ ] Typings

Steps to reproduce

Just call KeyboardUtils.dismiss() after a while the application is opening in background.

More Info

Environment

  • React Native version: 16.7.3
  • React Native UI Lib version: 6.21.0

Affected platforms

  • [X] Android
  • [] iOS - NOT CHECKED

Thank you!

proginter avatar Sep 14 '22 06:09 proginter