kevinejohn/react-native-keyevent

Keyevent doesn't fire if Samsung keyboard is used (Google keyboard works perfectly)

ianidi opened this issue · 2 comments

Please see the video. At first I was using the google keyboard and everything worked perfectly. Then I switch to Samsung keyboard and it doesn't work at all.

https://yadi.sk/i/UuAFWwYjfZIsgQ

@ianidi @kevinejohn Hi :)
I was debugging this issue, and it's related to keyboardType in TextInput. If you use numeric decimal-pad or number-pad events won't be emitted.

I've added some types restriction to my package which uses yours for android implementation ✌️.

Hi @dsznajder,

I found issue on custom keyboard ex: kika keyboard on android, the react native keyevent not work. is this already solved in version 4.1.1?