firsttoast
v1.0.5
Published
Cordova First plugin
Downloads
12
Maintainers
Readme
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); * });
