Teemu Taskula

Results 61 comments of Teemu Taskula

Sheet `detent` is now implemented in [v1.7.0](https://github.com/Temzasse/react-modal-sheet/releases/tag/v1.7.0). Please let me know if it doesn't solve your content height related issues 🙂

I wonder how should this work in conjunction with `snapPoints` 🤔 Now if you set snap points eg. to `snapPoints={[0.9, 0.5, 0.1]}` in your example it will allow you to...

> I wonder how should this work in conjunction with `snapPoints` 🤔 > > Now if you set snap points eg. to `snapPoints={[0.9, 0.5, 0.1]}` in your example it will...

> Possibly for the `snapPoints` issue we could just have the content height property take precidence. Let me toy with it, but thinking that if you set both `snapPoints` and...

@nickgraffis have you by any chance had the time to work on this? 😊

I have worked on a potential implementation but I need to test it a bit more before I can release it. I leaning towards **not** supporting `snapPoints` when the sheet...

@nickgraffis I hope you have had a great weekend! I had some time to work on this feature so here's my suggestion for the implementation: https://github.com/Temzasse/react-modal-sheet/pull/96 If you haven't gotten...

My hunch is that this is caused by trying to drag the sheet before the automatic snapping has finished animating. There is probably a way to make the animation more...

Hi 👋🏻 Thanks for reporting this! There is probably a bug in the sheet height calculation related to the dynamic browser viewport height. I'll try to find time and see...

No updates unfortunately. A proper reproduction would help a lot to debug this issue. Without a repro it's just a guessing game 😅