react-native-rich-editor icon indicating copy to clipboard operation
react-native-rich-editor copied to clipboard

Android onKeyUp is not working

Open bittu1028 opened this issue 4 years ago • 2 comments
trafficstars

In android onKeyUp pressing, any key always sent the following object. { key { keyCode: 229, key: “Unidentified”} }

bittu1028 avatar Jun 15 '21 09:06 bittu1028

any solution on this ?

bittu1028 avatar Jul 01 '21 10:07 bittu1028

The onKeyUp event cannot be used in Android, I added onInput to solve the function that needs to be implemented

stulip avatar Aug 24 '21 07:08 stulip