Support cssMode in ion-slides for better performance in slow devices

Hi,

I am seeing a weird bug on slow devices where the device shows up a slide that is not the current one.

I am testing it in a Samsung Galaxy Tab A (2019)

transform: translate3d(0px,0px,0px) is actually the second slide when this happens.

I’ve tested setting speed to 0 so there’s no transition but no luck.

Works just fine with other devices I’ve tested like Pixel XL and Pixel 3a.

I am doing some extensive testing but I think cordova toast plugin (native layer) is messing up with the view for this device apparently…

Using ionic toast seems to do the trick. I will report after the extensive testing.