react-native-picker / picker

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

Keyboard is appearing for a second in browser on Mobile devices #472

Open dragorwyin opened 1 year ago

dragorwyin commented 1 year ago

Hello, My team found out one issue: Keyboard appears for short amount of time (1 second about) and dissapears when user clicks on DatePicker in Mobile Chrome browser.

Steps to reproduce:

  1. Write any page for Web with this component and run the project locally,
  2. Use Android Emulator (any device), go to 10.0.2.2:3000 in browser and click on the field.

I hope it could be solved. Thanks.