The
presentation: "formSheet"
is great, but in iOS you can control the size of the modal using
preferredContentSize
.
That would be great to have an option to give the preferred size of the modal.
On top of this, on iOS again you can set wether you want the modal to be dismissable using a down swipe or not using
modalInPresentation
.
Giving us ability to disable this swipe gesture would be great too (or I missed the API for that ?)