mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-20 01:22:52 +08:00
27 lines
821 B
Markdown
27 lines
821 B
Markdown
|
<a style="float:right;font-size:12px;" href="http://github.com/danielsogl/awesome-cordova-plugins/edit/master/src/@awesome-cordova-plugins/plugins/dialogs/index.ts#L13">
|
||
|
Improve this doc
|
||
|
</a>
|
||
|
|
||
|
# Dialogs
|
||
|
|
||
|
```
|
||
|
$ ionic cordova plugin add cordova-plugin-dialogs
|
||
|
$ npm install @ionic-native/plugins/dialogs
|
||
|
```
|
||
|
|
||
|
## [Usage Documentation](https://ionicframework.com/docs/native/dialogs/)
|
||
|
|
||
|
Plugin Repo: [https://github.com/apache/cordova-plugin-dialogs](https://github.com/apache/cordova-plugin-dialogs)
|
||
|
|
||
|
This plugin gives you ability to access and customize the device native dialogs.
|
||
|
|
||
|
Requires Cordova plugin: `cordova-plugin-dialogs`. For more info, please see the [Dialogs plugin docs](https://github.com/apache/cordova-plugin-dialogs).
|
||
|
|
||
|
## Supported platforms
|
||
|
|
||
|
- Amazon Fire OS
|
||
|
- Android
|
||
|
- Browser
|
||
|
- iOS
|
||
|
- Windows
|