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

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

Camel ProducerTemplate possible memory leak -

javascript - Adhering to a max length setting with jshint -