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
I'm using this lib on a catalog of products, everything is working good except in IE11 :(.
The content is fully loaded but it doens't push the history.
And I use the "history" event in order to update a pagination but this event is never triggered in IE 11.
Hello,
I'm using this lib on a catalog of products, everything is working good except in IE11 :(.
The content is fully loaded but it doens't push the history.
And I use the "history" event in order to update a pagination but this event is never triggered in IE 11.
scrollInfinite.on('history', (title, path) => { onPageHistoryChange(path, pages, pageCount, scrollInfinite.loadCount); });
onPageHistoryChange is the function that handle de pagination change.
I've tried the demo site and it's not working in IE11 too.
Does anyone know what to do to make it works with IE11 :) ?
Thank you !
The text was updated successfully, but these errors were encountered: