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

KeyboardAccessoryView toolbar (renderContent) not working on iOs Tablet with external hardware keyboard #57

Open Pollizzio opened 6 years ago

Pollizzio commented 6 years ago

Hi everyone! I'm using version 5.2.3 and I'm having issues on iPad while using external hardware keyboard. The toolbar appears correctly above the iOs shortcut bar but no interaction works: my buttons are enabled but no onPress events are triggered.

screen shot 2018-07-10 at 17 21 06

Did you experience similar issue?