Open Noitidart opened 6 years ago
On Android, when my app is in landscape orientation, and the prompt shows, the input field is auto focused however the keyboard does not show. If i press the already focused input, then it pulls up he full screen keyboard.
The disableFullscreenUI option would be awesome for Android, we have it in <TextInput> here - https://facebook.github.io/react-native/docs/textinput.html#disablefullscreenui
disableFullscreenUI
<TextInput>
On Android, when my app is in landscape orientation, and the prompt shows, the input field is auto focused however the keyboard does not show. If i press the already focused input, then it pulls up he full screen keyboard.
The
disableFullscreenUI
option would be awesome for Android, we have it in<TextInput>
here - https://facebook.github.io/react-native/docs/textinput.html#disablefullscreenui