Closed whitersun closed 3 years ago
Thanks for the issue! This issue appears to be a support request. We use this issue tracker exclusively for bug reports and feature requests. Please use our forum or our slack channel for questions about the framework.
Thank you for using Ionic!
Bug Report
Ionic version:
[ ] 4.x [x] 5.x
Ionic:
Ionic CLI : 6.14.1 (C:\Users\user\AppData\Roaming\npm\node_modules\@ionic\cli) Ionic Framework : @ionic/vue 5.7.0-dev.202105072028.54a8633
Capacitor:
Capacitor CLI : 2.4.7 @capacitor/core : 2.4.7
Utility:
cordova-res : not installed native-run : 1.3.0
System:
NodeJS : v14.16.1 (C:\Program Files\nodejs\node.exe) npm : 7.15.1 OS : Windows 10
Current behavior:
After turn off CLI 8100, then build cross-platform to android & ios and test the result on the phone. First, the open app ion-slide not working currently. The result like:
So, I have to reopen many times. The slider will work correctly, but sometimes not. Feel like the slider not stable. May Help!
Expected behavior:
I expected slider work correctly like the options set: // initialSlide: 1.2, // slidesPerView: 1.2, // speed: 400, // freeMode: true, // direction: "horizontal",
or just like what swiper demo work, may just copy and paste and test on phone.