Most voted "toasts" questions
6 questions
Sort by count of
-
8
votes2
answers666
viewsOnly 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 kept thinking about how to adapt it only with HTML and CSS Is there any way to do something like this "component" above…
-
1
votes0
answers37
viewsAlert "Toasts" Materialize with Rails
I am lacking in understanding of how to apply the Toasts of Materialize in a Rails code. <% if notice %> <p class="alert alert-success"><%= notice %></p> <% end %>…
-
1
votes1
answer79
viewsToast setGravity() method does not work in Level 30 API
I’m trying to convey a message from Toast on top of a Activity common, when clicking on a Button, using the method setGravity(Gravity.TOP, 0, 0) in API Level 30 (release R), however not working. The…
-
0
votes1
answer772
viewsToast Message At the heart of Activity on Android
I’m creating an app and I want to post a message using Toast. But when creating Toast it only stays at the bottom of Activity. To center the message I tried to use this command line.…
-
0
votes1
answer25
viewsIssue event after close ngx-toastr Angular
I am using the following code to generate the Poup-up toastr showSuccess() { this.toastr.success('You are awesome!', 'Success!', { onHidden: () => { console.log('hidden') }, onCloseClick:…
-
-1
votes1
answer30
viewsI cannot display a Toast in 2 activitys from the same package
I am doing a registration screen and login in my app, in the registration screen I implemented some exception treatments toasts, at the time of emulating the app the registration screen toasts…