UNPKG

944 BMarkdownView Raw
1<a style="float:right;font-size:12px;" href="http://github.com/ionic-team/ionic-native/edit/master/src/@ionic-native/plugins/toast/index.ts#L36">
2 Improve this doc
3</a>
4
5# Toast
6
7```
8$ ionic cordova plugin add cordova-plugin-x-toast
9$ npm install @ionic-native/toast
10```
11
12## [Usage Documentation](https://ionicframework.com/docs/native/toast/)
13
14Plugin Repo: [https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin](https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin)
15
16This 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.
17
18Requires Cordova plugin: `cordova-plugin-x-toast`. For more info, please see the [Toast plugin docs](https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin).
19
20## Supported platforms
21
22- Android
23 - BlackBerry 10
24 - iOS
25 - Windows
26 - Windows Phone 8
27
28
29