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
795 B
Markdown
24 lines
795 B
Markdown
# Toast
|
|
|
|
```
|
|
$ ionic cordova plugin add cordova-plugin-x-toast
|
|
$ npm install @awesome-cordova-plugins/toast
|
|
```
|
|
|
|
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/toast/)
|
|
|
|
Plugin Repo: [https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin](https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin)
|
|
|
|
This plugin allows you to show a native Toast (a little text popup) on iOS, Android and WP8. It's great for showing a non intrusive native notification which is guaranteed always in the viewport of the browser.
|
|
|
|
Requires Cordova plugin: `cordova-plugin-x-toast`. For more info, please see the [Toast plugin docs](https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin).
|
|
|
|
## Supported platforms
|
|
|
|
- Android
|
|
- BlackBerry 10
|
|
- iOS
|
|
- Windows
|
|
- Windows Phone 8
|
|
|