react-native-picker / picker

Picker is a cross-platform UI component for selecting an item from a list of options.
MIT License
1.49k stars 279 forks source link

Dropdown arrow doesn't open picker on Samsung #131

Open chris-feist opened 4 years ago

chris-feist commented 4 years ago

Clicking the dropdown arrow does not open the picker on Android Samsung devices. This does not reproduce on the regular emulator. You can still click the text to open the Picker.

Tested using @react-native-community/picker 1.6.5 and 1.6.6

cpecorari commented 3 years ago

Hi, try to give more details if you need help, cause no issue here with picker 1.7.1 and a Samsung S8...

ndbeyer commented 3 years ago

I have a similar problem: clicking the dropdown arrow does not open the picker when being in a TabGestureHandler modal. Only long-pressing opens it. This happens for Android 10 but not on Android 6.

Tested using @react-native-community/picker 1.6.5 and 1.9.4

iamchrispham commented 3 years ago

I think it'd be really savvy to allow a ref to the picker to expose methods of opening/closing the picker modal.