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

Popular posts from this blog

sql - Find last match with latest inserted name in table -

c# - XML serialize base class without knowing derived class -

ios - Invalid IPA: missing embedded provisioning profile. Are you sure this is an ad hoc? -