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 -

c# - WPF Expander overlay used in ItemsControl -

class - Kivy: how to instantiate a dynamic classes in python -