Closed akhilsanker closed 5 years ago
Thanks for the issue! We have moved the source code and issues for Ionic 3 into a separate repository. I am moving this issue to the repository for Ionic 3. Please track this issue over there.
Thank you for using Ionic!
Issue moved to: https://github.com/ionic-team/ionic-v3/issues/830
Bug Report
Ionic Info Run
ionic info
from a terminal/cmd prompt and paste the output below.Describe the Bug When the phone orientation is changed, the slider is not showing properly. 'transform' value of '.swiper-wrapper' class is not changing when the orientation is changed even slider.update() is called.
Expected Behavior When phone is in protrait mode value of 'transfrom', for iPhone 6, changes from 0,375,750 on each slide change. On changing the orientation to landscape, it should change to 0 , 667, 1334 on each slide change. But it remains as 0,375,750.