lawnstarter / react-native-picker-select

🔽 A Picker component for React Native which emulates the native <select> interfaces for iOS and Android
https://npmjs.com/package/react-native-picker-select
MIT License
1.75k stars 498 forks source link

Fixed the mweb safari popup picker cannot be full screen when the keyboard is displayed #503

Closed hellohublot closed 8 months ago

hellohublot commented 1 year ago

When the keyboard is displayed, mwebSafari pops up a new picker and cannot calculate the correct screen height, causing the picker to not be full screen

We dismiss the keyboard in the onPointerUp first, and then the page can correctly display the size of the picker