You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, sometimes there is too much going on, and the user can be overwhelmed by too many toast notifications.
It proved to be useful to limit the max number of displayed notifications to a fixed number (like 3 on mobile).
When there were more toasts than allowed, other toasts could wait until the first ones are closed, or they could force close them.
Anyway love this project <3
The text was updated successfully, but these errors were encountered:
fix: fix android crash when using inside scrollview - #34
fix: reference icon family correctly so as to allow custom close icon - #36
feat: allow custom styling of toast and closebutton - #40
Hi, sometimes there is too much going on, and the user can be overwhelmed by too many toast notifications.
It proved to be useful to limit the max number of displayed notifications to a fixed number (like
3
on mobile).When there were more toasts than allowed, other toasts could wait until the first ones are closed, or they could force close them.
Anyway love this project <3
The text was updated successfully, but these errors were encountered: