mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
docs(gitbook): try out generated docs
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
<a style="float:right;font-size:12px;" href="http://github.com/danielsogl/awesome-cordova-plugins/edit/master/src/@awesome-cordova-plugins/plugins/toast/index.ts#L36">
|
||||
Improve this doc
|
||||
</a>
|
||||
|
||||
# Toast
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-x-toast
|
||||
$ npm install @ionic-native/plugins/toast
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://ionicframework.com/docs/native/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
|
||||
Reference in New Issue
Block a user