mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
docs: optimize docs for SEO
This commit is contained in:
@@ -1,19 +1,24 @@
|
||||
---
|
||||
description: >-
|
||||
Toast plugin for Cordova and Ionic. 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…
|
||||
---
|
||||
|
||||
# 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
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-x-toast
|
||||
npm install @awesome-cordova-plugins/toast
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin](https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- BlackBerry 10
|
||||
@@ -21,3 +26,7 @@ Requires Cordova plugin: `cordova-plugin-x-toast`. For more info, please see the
|
||||
- Windows
|
||||
- Windows Phone 8
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
Reference in New Issue
Block a user