The pinch gesture2 it's not working on my ionic RC2 app
both HTML container failed with pinch :
<ion-scroll (pinch)="pinchEvent($event)" (pan)="panEvent($event)" scrollX="true" scrollY="true" zoom="true" >
<div (pinch)="pinchEvent($event)" (pan)="panEvent($event)">
With my APK build,on Chrome inspect tool, I got the (pan) fired events but no (pinch) :
panEvent(event) {
console.log(event); // OK
}
pinchEvent(event) {
console.log(event); // KO !
}
https://forum.ionicframework.com/t/pinch-gesture-is-not-working/69564
https://forum.ionicframework.com/t/pinch-gesture-broken-with-rc0/66509
Hello! I am going to close this issue as a duplicate of https://github.com/driftyco/ionic/issues/9066. Thanks!