-
Notifications
You must be signed in to change notification settings - Fork 292
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
window.resize resets the current slide #135
Comments
Seems like release 2.4.1 broke this. Try using a previous version for now. Will fix this. |
@YIZHUANG ill try have a look at this too in a day or 2.. |
@YIZHUANG i created a pr with the fix.. i have added a test case too.. tested on my local and works as expected |
Fixed in the latest version. Thanks @abhinavdalal |
Thanks! |
Describe the bug
Resizing the window resets the current slide
To Reproduce
Expected behavior
The current slide should be maintained after the window is resized. This bug is a big problem on iOS/safari because scrolling will show or hide the URL bar (and therefore resize the window), triggering the current slide to be reset whenever the user scrolls.
The text was updated successfully, but these errors were encountered: