mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
27 lines
889 B
Markdown
27 lines
889 B
Markdown
|
<a style="float:right;font-size:12px;" href="http://github.com/danielsogl/awesome-cordova-plugins/edit/master/src/@awesome-cordova-plugins/plugins/action-sheet/index.ts#L53">
|
||
|
Improve this doc
|
||
|
</a>
|
||
|
|
||
|
# Action Sheet
|
||
|
|
||
|
```
|
||
|
$ ionic cordova plugin add cordova-plugin-actionsheet
|
||
|
$ npm install @ionic-native/plugins/action-sheet
|
||
|
```
|
||
|
|
||
|
## [Usage Documentation](https://ionicframework.com/docs/native/action-sheet/)
|
||
|
|
||
|
Plugin Repo: [https://github.com/EddyVerbruggen/cordova-plugin-actionsheet](https://github.com/EddyVerbruggen/cordova-plugin-actionsheet)
|
||
|
|
||
|
The ActionSheet plugin shows a native list of options the user can choose from.
|
||
|
|
||
|
Requires Cordova plugin: `cordova-plugin-actionsheet`. For more info, please see the [ActionSheet plugin docs](https://github.com/EddyVerbruggen/cordova-plugin-actionsheet).
|
||
|
|
||
|
## Supported platforms
|
||
|
|
||
|
- Android
|
||
|
- Browser
|
||
|
- iOS
|
||
|
- Windows
|
||
|
- Windows Phone 8
|