Ionic-framework: Ionic RC2 : The pinch gesture2 it's not working

Created on 14 Nov 2016  路  1Comment  路  Source: ionic-team/ionic-framework

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

>All comments

Hello! I am going to close this issue as a duplicate of https://github.com/driftyco/ionic/issues/9066. Thanks!

Was this page helpful?
0 / 5 - 0 ratings