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
I'm using react-modal-sheet for years now through a fork for cartes.app. We made the fork because of this precise bug : impossible to drag the sheet down on some android browsers.
Here it is in action on the official demo : you don't see the cursor moving, but I'm trying to close the sheet through dragging down (the scroll bar reappearing is a hint), touching the content boxes, not the top handle (doing it with the top handle work, but it's not intuitive for users).
At first I thought there might be some option to active this possibility, but no, because on Chrome Android the behaviour is opposite.
We'd like to use the upstream again, since it's active now, and contribute if possible :)
react-modal-sheet 5.6 is deployed at https://dev.cartes.app, if you want to compare our implementation on https://cartes.app that works. Just click on a point on a map to get a scrollable sheet :)
Hi,
I'm using react-modal-sheet for years now through a fork for cartes.app. We made the fork because of this precise bug : impossible to drag the sheet down on some android browsers.
Here it is in action on the official demo : you don't see the cursor moving, but I'm trying to close the sheet through dragging down (the scroll bar reappearing is a hint), touching the content boxes, not the top handle (doing it with the top handle work, but it's not intuitive for users).
I think it's a bug. Can you confirm it @Temzasse ? Then we could look if my fix on https://codeberg.org/cartes/web solves the issue in the upstream.
At first I thought there might be some option to active this possibility, but no, because on Chrome Android the behaviour is opposite.
We'd like to use the upstream again, since it's active now, and contribute if possible :)
react-modal-sheet 5.6 is deployed at https://dev.cartes.app, if you want to compare our implementation on https://cartes.app that works. Just click on a point on a map to get a scrollable sheet :)
recording_20260421_094118.mp4