# cordova-plugin-toaster

> Cordova Toaster Plugin

Latest version **0.0.2** (published 2016-05-11) · Apache 2.0 license · 0 weekly downloads

## Install

```sh
npm install cordova-plugin-toaster
pnpm add cordova-plugin-toaster
yarn add cordova-plugin-toaster
bun add cordova-plugin-toaster
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2016-05-11 |
| First published | 2016-05-11 |
| Weekly downloads | 0 |
| License | Apache 2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 7 |
| Author | Yaroslav Zaklinskyi |
| Maintainers | yaroslav0507 |
| Keywords | cordova, toaster, ecosystem:cordova, cordova-ios |

## Links

- npm: https://www.npmjs.com/package/cordova-plugin-toaster
- Repository: https://github.com/yaroslav0507/cordova-plugin-toaster
- Homepage: https://github.com/yaroslav0507/cordova-plugin-toaster#readme
- Issues: https://github.com/yaroslav0507/cordova-plugin-toaster/issues
- npm.io page: https://npm.io/package/cordova-plugin-toaster

## Alternatives

- [update-check](https://npm.io/package/update-check.md) — 4.0M weekly downloads
- [react-native-onesignal](https://npm.io/package/react-native-onesignal.md) — 134.5K weekly downloads
- [react-redux-toastr](https://npm.io/package/react-redux-toastr.md) — 33.7K weekly downloads
- [@nocobase/plugin-notification-manager](https://npm.io/package/@nocobase/plugin-notification-manager.md) — 2.0K weekly downloads
- [react-simple-toasts](https://npm.io/package/react-simple-toasts.md) — 1.9K weekly downloads

## Recent versions

- 0.0.2 (latest) — 2016-05-11
- 0.0.1 — 2016-05-11

## README

[![npm version](https://badge.fury.io/js/cordova-plugin-toaster.svg)](https://badge.fury.io/js/cordova-plugin-toaster)

# Cordova Toaster Plugin

This plugin provides a way to use native toasts of android devices.
<img align="right" src="https://www.dropbox.com/s/tfk8hrkbw086f5x/toaster_plugin_logo.jpg?dl=1" alt="Cordova Toaster Plugin" height="280px">


## Installation

    cordova plugin add cordova-plugin-toaster

This plugin defines methods on `navigator.notification` and `navigator`.

Although in the global scope, they are not available until after the `deviceready` event.

Usage example:
```javascript
document.addEventListener("deviceready", onDeviceReady, false);

function onDeviceReady() {
    navigator.showToast('Your toast\'s text here');
}
```

## Methods

- *showToast* - to show toast


## Supported Platforms

- Android

## Interface

![Interface](https://www.dropbox.com/s/sqg5f7s4dnnj5im/toaster_plugin_preview.jpg?dl=1)

---
_Source: https://npm.io/package/cordova-plugin-toaster · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
