ionic-toast
ionic-toast copied to clipboard
'ionic-toast' bower component for ionic framework applications
There is a case, when I need to launch show() after some async callback (e.g. after successfull connection to server) and $scope inside toast provider has been updated but view...
Hi, thanks for this module. I cloned the last release of this repo to my node_modules everything is working but the fifth argument doesn't apply the background-color. ```javascript ionicToast.show('Server Error',...
Well may be you can add change the background color of the toast programmatically. Because if I want to differentiate into a success toast or error toast I can't, because...
Hi, I would like to add a link inside the toast message. It's working in desktop. While in android mobile clicking on the link dismisses the toast. Is there a...
var secondMethod = function(someStuff) { var len = someStuff.length; ionicToast.show('Updating number of values {{len}} in the database','middle', false, 1000);
If I have all properties tab opened and i wanna move from this tab to Today tab, I shoudl click ctrl T and it will take me there, in new...
Hi Rajesh, outstanding plugin you have here, but I noticed the min.js file in /dist folder is outdated which causes the property "background" to be non existent in the code....
It would be great to have some default show and hide animations, i.e. fade-in and fade-out.
Just add line: `$timeout.cancel(toastTimer);` before this line: `toastTimer = $timeout(function () {...}`
Any way of adding animations to the toast appearing/disappearing (like Android)? Maybe add some classes for it to work with animate.css