ionic-team / ionic-framework

A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
https://ionicframework.com
MIT License
51.08k stars 13.51k forks source link

bug: ion-slide not stable working correctly untill reopen app many time.[using for vue fw] #23452

Closed whitersun closed 3 years ago

whitersun commented 3 years ago

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:

5dadl9

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.

ionitron-bot[bot] commented 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!