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 - rotaitng between landscape and portrait #26

Open Noitidart opened 6 years ago

Noitidart commented 6 years ago

When rotating device, the keyboard is disappearing. Possibly related to #25.

If initialy in portrait mode, then prompt shows, keyboard shows, but when rotate to landscape the keyboard disappears.

If initially in landscape mode, then prompt shows, keyboard DOES NOT show, and when rotate to portrait keyboard STILL DOES NOT show. :(