diff --git a/src/core/directives/swipe-navigation.ts b/src/core/directives/swipe-navigation.ts index 0a7bec5bb..b1b632284 100644 --- a/src/core/directives/swipe-navigation.ts +++ b/src/core/directives/swipe-navigation.ts @@ -56,7 +56,9 @@ export class CoreSwipeNavigationDirective implements AfterViewInit, OnDestroy { el: this.element, gestureName: 'swipe', threshold: 10, + direction: 'x', gesturePriority: 10, + maxAngle: 20, canStart: () => this.enabled, onStart: () => { style.transition = '';