xlmnxp / nativescript-menu

A plugin that adds a pop-up menu to NativeScript
MIT License
20 stars 8 forks source link

[iOS] Feature Request: Cancel on Backdrop #21

Open flodaniel opened 4 years ago

flodaniel commented 4 years ago

The native ios bottom menu component is dismissed when clicking outside the component. This would allow for an experience closer to native behaviour.

vasudevpareek07 commented 4 years ago

@xlmnxp , any update on this, as @Firetrip said, in Android menu is closing on outside click, whereas in IOS, menu is not closing (which forces the user to select any one of the option from menu or to kill and reopen the app). Quick help would be appreciated. Thanks.

xlmnxp commented 4 years ago

@vasudevpareek07 I have idea to replace the Dialog with popup menu like the Android popup I will use UIPopover

Creiger commented 3 years ago

If i add cancelButtonText, it works as expected and it can be closed by clicking outside of the component.