You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The web Select component doesn't open when using a touchscreen.
To Reproduce
Steps to reproduce the behavior:
On a touchscreen device or dev tools simulating touch, go to the Select page of the expo-nativewind project
Press either Select component
Expected behavior
Select should open in the same way it does when clicking with a mouse.
Platform (please complete the following information):
Type: Web - Browser touchscreen simulation or browser on touchscreen device
OS: Windows and Android
Browser (if applies): Chrome and Firefox
I've raised a PR to fix this - it just seems as though there isn't an onPress handler for the web Select Trigger in the same way as there is for AlertDialog, for example.
The text was updated successfully, but these errors were encountered:
Describe the bug
The web Select component doesn't open when using a touchscreen.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Select should open in the same way it does when clicking with a mouse.
Platform (please complete the following information):
I've raised a PR to fix this - it just seems as though there isn't an onPress handler for the web Select Trigger in the same way as there is for AlertDialog, for example.
The text was updated successfully, but these errors were encountered: