mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
76b4e03d04
Replace the legacy dgeni/gulp documentation pipeline with TypeDoc and typedoc-plugin-markdown. Generates plugin README files with extracted @Plugin() decorator metadata. Register custom JSDoc tags used by plugin source files.
24 lines
645 B
Markdown
24 lines
645 B
Markdown
# Dialogs
|
|
|
|
```
|
|
$ 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
|
|
|