Check that this is really a bug
Reproduction link
Unable to reproduce as the issue is from a private repository.
Bug description
When swiper is loaded, isEnd is returned to be as true, which disables swiper's next slide button, even though slides are available and can be scrolled using mouse drag. Using mouse drag then updates the swiper, which then in turn enables the forward navigation button. This only happens when on certain screen dimensions and swiper width, as this issue disappears when i change my browser screen width.
Expected Behavior
Swiper should wait until all the slides have been loaded to calculate the correct width for the slides to determine whether the last slide has been reached.
Actual Behavior
Swiper returns isEnd prematurely before the swiper has fully loaded, giving the wrong value and hence disabling the forward navigation button.
Swiper version
11.2.6
Platform/Target and Browser Versions
Firefox 137.0.2, Safari 18.3
Validations
Would you like to open a PR for this bug?
Check that this is really a bug
Reproduction link
Unable to reproduce as the issue is from a private repository.
Bug description
When swiper is loaded, isEnd is returned to be as true, which disables swiper's next slide button, even though slides are available and can be scrolled using mouse drag. Using mouse drag then updates the swiper, which then in turn enables the forward navigation button. This only happens when on certain screen dimensions and swiper width, as this issue disappears when i change my browser screen width.
Expected Behavior
Swiper should wait until all the slides have been loaded to calculate the correct width for the slides to determine whether the last slide has been reached.
Actual Behavior
Swiper returns isEnd prematurely before the swiper has fully loaded, giving the wrong value and hence disabling the forward navigation button.
Swiper version
11.2.6
Platform/Target and Browser Versions
Firefox 137.0.2, Safari 18.3
Validations
Would you like to open a PR for this bug?