1.0.5 • Published 6 years ago

firsttoast v1.0.5

Weekly downloads
-
License
Apache 2.0
Repository
-
Last release
6 years ago

First Toast plugin

for Android ,If you like this plugin and want to say thanks please send a PR or donation. Both are equally appreciated!

0. Use

$ cordova plugin add com.song.firsttoast

1. Description

This plugin allows you to show a native Toast (a little text popup) on Android.

Example use: cordova.plugins.firstToast.coolMethod("song Jian ni hao",function(message){ alert(message); },function(message){ alert(message); * });