Looking for information on Pan events in Ionic 3 - not sure if they are related to Cordova or Angular 4?
<div class="swipper" #swipper (panleft)="swipe( $event)" (panright)="swipe( $event)" (panend)="swipe( $event) " (panup)="swipe( $event) " (pandown)="swipe( $event) ">
The panup and pandown events seem to be unreliable, sometimes sticky or buggy (Tried in Chrome and iOS Emulator). Considering using touchstart and touchend events instead, but want more info on pan events first.