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
When using OverKeyBoardView on Android, any buttons or pressable things I render are noticeably non-responsive, even though the UI is responding to the press
Versions:
Android 16, One UI 8.0
React Native 0.79.X
Keyboard Controller 1.21.0
Code snippet
I have a simplified example here running on my Android tablet. once the OverKeyboard button appears, tapping on the Close button does not even log out anything. Sometimes it does, most times it does not.
Describe the bug
When using
OverKeyBoardViewon Android, any buttons or pressable things I render are noticeably non-responsive, even though the UI is responding to the pressVersions:
Code snippet
I have a simplified example here running on my Android tablet. once the OverKeyboard button appears, tapping on the
Closebutton does not even log out anything. Sometimes it does, most times it does not.Repo for reproducing
n/a
To Reproduce
Steps to reproduce the behavior:
Expected behavior
the close button should dissapear
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
Additional context
on iOS the button interaction works as expected
ios-overkeyboard.mp4
android-overkeyboard.mp4