xlmnxp / nativescript-menu

A plugin that adds a pop-up menu to NativeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[iOS] Feature Request: Cancel on Backdrop

flodaniel opened this issue · comments

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

@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.

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

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