skol-pro / ion-digit-keyboard-v2

A digital keyboard plugin to use in Ionic 2 applications.
MIT License
94 stars 40 forks source link

please ionic5 update #29

Open gurselk opened 4 years ago

gurselk commented 4 years ago

not working ionic 5 :( gesture problem

gurselk commented 4 years ago
private initSwipeGesture(): void {
    this._swipeGesture = new Gesture(this.el.nativeElement, {
        recognizers: [
            [Hammer.Swipe, {direction: Hammer.DIRECTION_VERTICAL}]
        ]
    });
    this._swipeGesture.listen();
    this._swipeGesture.on('swipedown', e => this.onSwipe(e));
} 

new Gesture error

gurselk commented 4 years ago

sir please :(