iziToast icon indicating copy to clipboard operation
iziToast copied to clipboard

Elegant, responsive, flexible and lightweight notification plugin with no dependencies.

Results 47 iziToast issues
Sort by recently updated
recently updated
newest added

The icon is stretched on the Chrome version 86.0.4240.80 by using property 'iconUrl' to show a toast. No problem with the previous version.

Helo you can fix then? Icon in iziToast not load with fontawesome.js (svg with js).

How could I go about making the whole notification (except the close button) clickable that will redirect the visitor to a url? Perhaps a url option could be added to...

hide: The close event raised Immediately after the toast was hidden. destroy : It took some time before the close event raised. It seems to wait until the option.timeout value.

bug
fixed

Hi, First of all thanks for all the efforts. Any plan to have SASS (SCSS) beside .styl? I'm wiling to port it and submitting as PR.

Implemented

` $("#modal").iziModal({ title:'Create Directory', appendTo: false, appendToOverlay: false, transitionIn: 'fadeInDown' }); ` iziModal.js comment this line.. `this.$element.html('' + this.content + '');` in your html `` `` `` ` portal` `Lorem...

SVG Sprite icons use a HTML snippet like this: ```html ``` This could be implemented with the following changes: 1. Add `iconTag`, with default ``. This allows us to change...

When I click close button, OnClosing, OnClosed event raised twice.