Hello ,
Ionic version:
Ionic 5.2.1
angular 9.1.6
Current behavior:
My issue is simple : my project ionic/angular/hammerJS works fine in stackblitz but not in local with firefox and chrome..
Hwever it worked fine when I had a angule v6.x.x
Expected behavior:
HammerModule works fine with angular ionic version 9-5.
Steps to reproduce:
Create a simple project with a homepage.
homepage :
Button Progress: {{ progress }}
Presses State: {{ pressState }}
<ion-button (press)="onPress($event)" (pressup)="onPressUp($event)">Press Me
Hom
Related code:
StackBlitz
Ionic Angular StackBlitz: https://stackblitz.com/edit/ionic-angular-v5-m8xt8c?file=package.json
Thank you
Hello ,
Ionic version:
Ionic 5.2.1
angular 9.1.6
Current behavior:
My issue is simple : my project ionic/angular/hammerJS works fine in stackblitz but not in local with firefox and chrome..
Hwever it worked fine when I had a angule v6.x.x
Expected behavior:
HammerModule works fine with angular ionic version 9-5.
Steps to reproduce:
Create a simple project with a homepage.
homepage :
Button Progress: {{ progress }}
Presses State: {{ pressState }}
<ion-button (press)="onPress($event)" (pressup)="onPressUp($event)">Press Me
Hom
Related code:
StackBlitz
Ionic Angular StackBlitz: https://stackblitz.com/edit/ionic-angular-v5-m8xt8c?file=package.json
Thank you