cordova-plugin-actionsheet icon indicating copy to clipboard operation
cordova-plugin-actionsheet copied to clipboard

:clipboard: ActionSheet plugin for Cordova iOS and Android apps

Results 23 cordova-plugin-actionsheet issues
Sort by recently updated
recently updated
newest added

If I do this: cordova plugin add cordova-plugin-actionsheet I get: cordova plugin add cordova-plugin-actionsheet Installing "cordova-plugin-actionsheet" for android Error during processing of action! Attempting to revert... Failed to install 'cordova-plugin-actionsheet':...

Right now, when you want to know what option was selected, you just have the index of it. If you need to remove or add options dinamically, checking some conditions...

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

According to [this article](https://developer.android.com/reference/android/app/AlertDialog.html), THEME_DEVICE_DEFAULT_LIGHT and the entire family of THEME constants have been **deprecated by API 23**. I'm afraid that this problem could **crash the plugin** when building with...

I have tried to install the Cordova-plugin-actionsheet into my Phonegap Build project but nothing happens. My config.xml file is: [config.xml.zip](https://github.com/EddyVerbruggen/cordova-plugin-actionsheet/files/1849136/config.xml.zip And my index.html file is: [index.html.zip](https://github.com/EddyVerbruggen/cordova-plugin-actionsheet/files/1849148/index.html.zip) Can anyone help me...

I got it in VS 2015 windows 10.

help wanted

Cordova Android 7.0.0 changed the file structure which breaks this plugin. This PR fixes that. https://cordova.apache.org/announcements/2017/12/04/cordova-android-7.0.0.html

Is "easy dismiss" a UX pattern in iOS? It is in Windows and Android. So I wonder if it would be possible to add easy dimiss to this plugin. What...

Hi, I have used the plugin but I can't share the photo on the IOS, but the android is working just fine! The is any one with this issue to?

This is not an issue, but something to correct to avoid build warnings. In ActionSheet.m Line39: buttonIndex = j + 1; `/xxxx/Plugins/cordova-plugin-actionsheet/ActionSheet.m:39:82: Implicit conversion loses integer precision: 'unsigned long' to...