doomsower / react-native-modal-popover

React-Native pure JS popover that uses Modal
MIT License
322 stars 45 forks source link

in android when popup is active not able to interact with inputs #84

Open christopherAReyes opened 2 years ago

christopherAReyes commented 2 years ago

I'm trying to use popover as password indicator that changes as I'm typing

it works fine on iOS but on android when I tap my input the popup displays but I'm bot able to type anymore

has anyone ran into this ?

beeboopx commented 2 years ago

@christopherAReyes making a possible connection – the root cause could be related to my issue around scrolling activity on popover: https://github.com/doomsower/react-native-modal-popover/issues/80

i haven't dived into the source code and haven't had a response to the issue yet.

FabioSeixas commented 2 years ago

Same here. Does anyone have found a solution for this?

KeyurPrajapati commented 2 years ago

I am facing the same issue.

michaelcsilva commented 1 year ago

any updates or workarounds here? I am seeing the same issue in android only.