maxkeppeler / sheets

⭐ ‎‎‎‏‏‎ ‎Offers a range of beautiful sheets (dialogs & bottom sheets) for quick use in your project. Includes many ways to customize sheets.
https://maxkeppeler.github.io/sheets/
Apache License 2.0
923 stars 77 forks source link

prevent dismiss #128

Closed ueen closed 11 months ago

ueen commented 11 months ago

I want to only allow dimiss by positive/negative button, dismiss by swiping down is way to error prone in my experience - is there a way to enforce this?

UPDATE (found it) isCancelable = false helps to prevents closing when touching outside draggable(false) prevents sliding down

Thanks for this amazing library!