[Ionic 5] Slides freezes

My slides are working fine in the first moment, but when I visit the slides a second time I am not able to swipe left or right.
I tried to debug it in Chrome and this is the Error I got: [Intervention] Ignored attempt to cancel a touchend event with cancelable=false.

My Infos are:


Ionic:

   Ionic CLI                     : 5.4.16
   Ionic Framework               : @ionic/angular 5.0.7
   @angular-devkit/build-angular : 0.901.3
   @angular-devkit/schematics    : 9.1.3
   @angular/cli                  : 9.1.3
   @ionic/angular-toolkit        : 2.2.0

Capacitor:

   Capacitor CLI   : 2.0.1
   @capacitor/core : 2.0.1

Cordova:

   Cordova CLI       : 9.0.0 (cordova-lib@9.0.1)
   Cordova Platforms : android 7.1.4
   Cordova Plugins   : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 4.2.1, (and 4 other plugins)

Utility:

   cordova-res                          : not installed
   native-run (update available: 1.0.0) : 0.3.0

System:

   Android SDK Tools : 26.1.1 
   NodeJS            : v10.19.0 
   npm               : 6.13.4
   OS                : Linux 5.3

Yep,

It’s a bug with Angular Ivy (v9).

Check this solution, it’s working for me: https://github.com/ionic-team/ionic/issues/20356#issuecomment-591301060

Thanks now it is working.