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
For Android devices, the transition between the images was smooth when I clicked prevButton or nextButton but it's not the same for IOS mobile devices.
It should show only one image in the swiper but it shows the two images.
As per my knowledge, when we add more images to Swiper it always pushes these images to the LHS.
Actual behaviour
How to reproduce it>
To help us, please fork this component, modify one example in the examples folder to reproduce your issue, and include the link here.
Steps to reproduce
Scan the images using a native camera and I am sending these scanned images to the Swiper component.
When I click on the prevButton or nextButton button it's not showing the proper image(s) in the Swiper component.
I've attached the screen shot.
Thank you for your time.
The text was updated successfully, but these errors were encountered:
I also encountered this problem,
This is done by setting loadMinimal={true} and
Solved by loadMinimalSize={3}.
The value of loadMinimalSize can be modified as needed
You can try
Which OS ?
Version
Which versions are you using:
14 and above
1.6.0
0.71.6
Expected behaviour
prevButton
ornextButton
but it's not the same for IOS mobile devices.swiper
but it shows the two images.Swiper
it always pushes these images to the LHS.Actual behaviour
How to reproduce it>
To help us, please fork this component, modify one example in the examples folder to reproduce your issue, and include the link here.
Steps to reproduce
Swiper
component.prevButton
ornextButton
button it's not showing the proper image(s) in theSwiper
component.Thank you for your time.
The text was updated successfully, but these errors were encountered: