colorfy-software / react-native-modalfy

🥞 Modal citizen of React Native.
https://colorfy-software.gitbook.io/react-native-modalfy
MIT License
1.06k stars 41 forks source link

Cannot select text or move cursor of TextInput inside a modal when keyboard is visible #143

Open EduFrazao opened 3 months ago

EduFrazao commented 3 months ago

Hi. Thanks for this very nice library! I've noted a weird behavior trying to select text, or move the cursor of a TextInput that is displayed inside a Modal. It simple not work on Android when the keyboard is visible.

I've tryed with different Android devices, like Motorola MotoG (Android 11), Xiaomi Poco Xe (Android 12), HoneyWell (Android 8). TextInputs outside modal areas works fine.

Note: I can't replicate this problem on Android Emulator.

Bellow, a video with the issue.

Screencast from 2024-04-03 18-58-58.webm

Any tips will be very mutch appreciated :).

CharlesMangwa commented 2 days ago

hey @EduFrazao! that seems to be quite an odd one indeed 🤔... could you try to provide a repro on snack pls? that would make it easier to see if how it behaves on ios & on web