cordova - Show native toast in Phonegap Application in android -
How to show indigenous toast in Phonegap version 3.5 on Android We make any class in Android application to show toast in PhoneGap application
window.plugins.toast.showLongBottom ("server error", function (a) { Console.log ('toast success:' + a)}, function (b) {console.log ('toast error:' + b)});
Comments
Post a Comment