Questions tagged as 'toasts'

2
answers

Only with CSS is there any way to make a "Toast"? An element that goes up and then click to close it?

In mobile there is a very common component that is known as " Toast ", but I was thinking about how to adapt it only with HTML and CSS Isthereanywaytodosomethinglikethis"component" above just using CSS and HTML, without framework or other...
asked by 21.11.2018 / 11:51
0
answers

"Toasts" Alert Materialize with Rails

I am having a poor understanding of how to apply Materialize Toasts in a Rails code. <% if notice %> <p class="alert alert-success"><%= notice %></p> <% end %> <% if alert %> <p...
asked by 13.09.2018 / 04:49
1
answer

Toast Message At the heart of Android's activity

I'm creating an application and want to put a message using Toast. But when creating the toast the same is only at the bottom of the activity. To centralize the message I tried to use this command line. Toast.makeText(MainActivity.this, "Taref...
asked by 03.10.2018 / 18:29