discussions-and-proposals icon indicating copy to clipboard operation
discussions-and-proposals copied to clipboard

ActionSheetIOS: closing the action sheet by touching/pressing on backdrop/empty-space

Open robaweb opened this issue 3 years ago • 0 comments

Introduction

It would be useful to have a way to closing opened ActionSheetIOS by event with backdrop space. Now, as far as I know, it's impossible.

Details

I suggest to add this feature by applying a new param for showActionSheetWithOptions

showActionSheetWithOptions({
  options: [...],
  closeByBackdrop: true // like that
})

robaweb avatar Aug 18 '22 05:08 robaweb