kevinejohn / react-native-keyevent

Capture external keyboard keys or remote control button events
MIT License
208 stars 95 forks source link

callback not fired after virtual keyboard is used. #32

Open sweebee opened 5 years ago

sweebee commented 5 years ago

Once the virtual keyboard is used, onKeyMultipleListener doesn't work anymore. Dont know about the other listeners because this is the only one I use.

I have to restart the app to get it working again. Once the virtual keyboard is used the listener stops working.

danielreptar commented 4 years ago

The same thing happens in my application.

freeboub commented 1 year ago

I think I had the same issue detailed here, https://github.com/facebook/react-native/issues/33559 A workaround is explained in the ticket