SteffeyDev / react-native-popover-view

A well-tested, adaptable, lightweight <Popover> component for react-native
MIT License
611 stars 91 forks source link

Keep keyboard open? #176

Open kierancrown opened 6 months ago

kierancrown commented 6 months ago

Describe the bug I'm trying to keep the keyboard open whilst displaying a popup. I've tried changing the mode but nothing seems to work. I assume this is because the input looses focus. I'm wondering if some sort of hidden text input or something can be used to keep the keyboard open, or if another workaround has already been discovered/discussed.

Device/Setup Info:

Screenshots

https://github.com/SteffeyDev/react-native-popover-view/assets/4990483/bb0a226b-b3f1-435a-8033-e3d6df1b4855

liuxzzz commented 5 months ago

The same thing is bothering me.