shimohq / react-native-prompt-android

A polyfill library for Alert.prompt on Android platform, working both on Android and iOS platform.
MIT License
129 stars 74 forks source link

Android - disableFullscreenUI #25

Open Noitidart opened 6 years ago

Noitidart commented 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