Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

History event not working in IE 11 #890

Open
sseggio opened this issue Aug 20, 2019 · 0 comments
Open

History event not working in IE 11 #890

sseggio opened this issue Aug 20, 2019 · 0 comments

Comments

@sseggio
Copy link

sseggio commented Aug 20, 2019

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 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant