mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
24 lines
657 B
Markdown
24 lines
657 B
Markdown
|
# Dialogs
|
||
|
|
||
|
```text
|
||
|
$ ionic cordova plugin add cordova-plugin-dialogs
|
||
|
$ npm install @awesome-cordova-plugins/dialogs
|
||
|
```
|
||
|
|
||
|
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/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
|
||
|
|