You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
With predictive text disabled in the iPhone settings: the keyboard covers the TextInput after showing a custom keyboard then focusing the TextInput field. With predictive text enabled it works fine.
Clue:
I narrowed it down to "multiline" in the TextArea. If "multiline" is disabled it works as expected. react-native-autogrow-textinput has multiline enabled by default, so the demoScreen.js doesn't work out of the box when you disable "predictive" mode.
Steps to reproduce:
Disable predictive text on iPhone in: Settings > General > Keyboard
Run demoScreen.js (from this package)
Open a custom keyboard ("show1")
Focus the TextInput.
I have omitted the code for brevity, but I am running copy/paste from demoScreen.js. Thanks in advance for taking a look and for creating this otherwise great package!
Screenshot of step 3:
Screenshot of step 4:
The text was updated successfully, but these errors were encountered:
michaelcurtis
changed the title
iOS: Keyboard covers input when predictive text is off and TextInput has multiline enabled
iOS: Keyboard covers input when predictive text is disabled and TextInput has multiline enabled
Mar 20, 2019
I have the same issue on simulator when I set autoCorrect={false} on TextInput, which I believe has the same effect as disabling predictive text. I see the bug regardless of whether TextInput has multiline enabled. It only covers input if I first bring up the alternate keyboard and then focus on the text input. If I bring up the real keyboard first and then switch to alternate keyboard it's fine.
react-native: 0.57.7
macOS: 10.14.3
Xcode: 10.1 (10B61)
Device: iPhone X
iOS: 12.1.4
[email protected]
[email protected]
Component:
KeyboardAccessoryView
Description:
With predictive text disabled in the iPhone settings: the keyboard covers the TextInput after showing a custom keyboard then focusing the TextInput field. With predictive text enabled it works fine.
Clue:
I narrowed it down to "multiline" in the TextArea. If "multiline" is disabled it works as expected. react-native-autogrow-textinput has multiline enabled by default, so the demoScreen.js doesn't work out of the box when you disable "predictive" mode.
Steps to reproduce:
I have omitted the code for brevity, but I am running copy/paste from demoScreen.js. Thanks in advance for taking a look and for creating this otherwise great package!
Screenshot of step 3:
Screenshot of step 4:
The text was updated successfully, but these errors were encountered: