EddyVerbruggen / cordova-plugin-actionsheet

:clipboard: ActionSheet plugin for Cordova iOS and Android apps
208 stars 72 forks source link

No Cancel Button on iPad #71

Closed Seanmclem closed 4 years ago

Seanmclem commented 4 years ago

Using the examples from the Readme, on an iPad iOS: 13.5 using a config option like addCancelButtonWithLabel: 'Cancel', I don't see any separated cancel button with my other buttons. There's no cancel button at all. Using the default position, or a manual override like position: [20, 40], makes no difference. Still no cancel button. Maybe this has to do with the default position updates for iPad in 2.3.3?

EddyVerbruggen commented 4 years ago

Maybe it never was there, can’t remember.

Because on ipad you can cancel by tapping anywhere outside that popover.

Seanmclem commented 4 years ago

It does seem to be the case that this is omitted by default on iPad in general, while still present on iPhone. Closing then... Thanks!