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
Thank-you so much for creating this incredible library @kirillzyusko. It is by far the best React Native keyboard controller library and we're excited to swap out react-native-keyboard-aware-view.
We noticed an issue when attempting to integrate this into our app and was hoping you could help debug.
Describe the bug
The modal overlay no longer shades the full screen height when keyboard is dismissed at the same time as modal open.
Code snippet
You can reproduce with the repo's example project.
To Reproduce
Compile and run the example project with yarn example android.
Go to the Modal example.
Click "show modal" and observe that that overlay shades the full screen height.
Close modal and on the main screen, click the yellow keyboard input to make the keyboard shown.
With the keyboard still visible, click "show modal" again and observe the keyboard dismisses and the overlay no longer spans the full screen height.
Expected behavior
The modal overlay should shade the full height of the screen including the space that the keyboard used to occupy when it is dismissed.
Screenshots
See animated GIF to the right captured from Pixel 3a API 34 Emulator.
The text was updated successfully, but these errors were encountered:
shollington-rbi
changed the title
Android Modal Overlay Glitch: Reproducible w. Example Project
[Android] Modal overlay glitch when dismissing keyboard
Oct 8, 2024
Amazing, thank-you. I didn't see it amongst the open issues so apologies for creating a new one. We're working around it with the KeyboardController.dismiss() before the modal is shown as recommended.
Thank-you so much for creating this incredible library @kirillzyusko. It is by far the best React Native keyboard controller library and we're excited to swap out react-native-keyboard-aware-view.
We noticed an issue when attempting to integrate this into our app and was hoping you could help debug.
Describe the bug
The modal overlay no longer shades the full screen height when keyboard is dismissed at the same time as modal open.
Code snippet
You can reproduce with the repo's example project.
To Reproduce
yarn example android
.Modal
example.Expected behavior
The modal overlay should shade the full height of the screen including the space that the keyboard used to occupy when it is dismissed.
Screenshots
See animated GIF to the right captured from Pixel 3a API 34 Emulator.
The text was updated successfully, but these errors were encountered: