react-native-keyevent icon indicating copy to clipboard operation
react-native-keyevent copied to clipboard

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

Open ianidi opened this issue 5 years ago • 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 avatar Dec 03 '19 06:12 ianidi

@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 ✌️.

ice-chillios avatar Dec 07 '19 15:12 ice-chillios

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?

rusliabdulgani avatar Jan 07 '20 04:01 rusliabdulgani