emilkowalski / vaul

An unstyled drawer component for React.
https://vaul.emilkowal.ski
MIT License
5.27k stars 170 forks source link

snap points and scrolling on ios #321

Open Adam-Collier opened 2 months ago

Adam-Collier commented 2 months ago

Hey hey, loving the library atm it's pretty darn great! One thing I ran into when fixing the drawer to the bottom with snap points was a jankiness when scrolling and how it reacts to the ios bottom bar height changing. In my case it is causing some extra content to be shown or too little, is there a way to prevent this from happening so the snap point stays pinned to the bottom as the bar adjusts on scroll?

romanslonov commented 1 month ago

@Adam-Collier Did you find solution? Or it's not possible with current implementation?