EddyVerbruggen / cordova-plugin-actionsheet

:clipboard: ActionSheet plugin for Cordova iOS and Android apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prevent dismiss outside the ActionSheet (on iPad)

YvesAmmann opened this issue · comments

If an user taps outside the ActionSheet (Popover) on iPad, the callback isn’t fired.
Is it possible to fire always the callback or can I read the current status of the popover?

Thanx in advance!