-
This feature request proposes the ability for users to customize the position where toastr messages appear on the screen. This would provide greater control over the user experience and prevent notifi…
-
Can we have a [Toastr](http://codeseven.github.io/toastr/) Extension?
I'm trying to implement myself, but I still have a lot to learn.
-
Hello, I'm using Laravel 11.9 and following the instructions to integrate Toastr notifications with the Flasher package in my application. However, the notifications are not displaying as expected.
P…
-
I am using toastr from npm with webpack. The strange behavior is that the settings that I am applying globally are not respected on the first notification but it's fine on the rest. More specifically …
-
writeTextFile does not work with iOS. The code completes without any errors, but the iOS simulator and actual device show an empty file.
```
save().then(filePath => {
console.log(filePath)…
-
Raised in discussion here https://github.com/paritytech/fether/pull/327#issuecomment-451031851
Currently for form validation errors we validate input form field values and use the react-final-form …
-
The ngx-toastr notification does not have sound. How to add sound to notifications?
https://bbbootstrap.com/snippets/toast-notification-sound-toasty-73638118
-
When I use the toastr during a method that is executed by a route from within the api.php file; it does not work.
It works fine by all other root
-
Hi,
I am trying to add the animation of fadeOut but does not seem to work. Do you have any example of adding animation to the message?
```
miniToastr.init({
animation: fadeOut,…
-
**Is your feature request related to a problem? Please describe.**
When I tried to login with wrong credentials it did nothing and a user I got confused where I did wrong. So whenever a user tries to…