wix-incubator / react-native-keyboard-input

Use your own custom input component instead of the system keyboard
MIT License
819 stars 150 forks source link

onItemSelected Not called for the first time for Android and The cursor does not disappear #85

Open qinAI opened 5 years ago

qinAI commented 5 years ago

The Android input box cursor does not disappear when switching from a normal keyboard to a custom keyboard. onItemSelected needs to be clicked twice. The first time the cursor disappears. The second time will return onItemSelected. 从普通键盘切换到自定义键盘时,Android输入框光标不会消失。 需要单击onItemSelected两次才会回掉。 第一次光标消失。 第二次将返回onItemSelected的值。 iOS没有上述问题

qinAI commented 5 years ago

未命名