We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9483a0 commit f05c599Copy full SHA for f05c599
core/src/components/menu/menu.tsx
@@ -178,7 +178,7 @@ export class Menu implements ComponentInterface, MenuI {
178
el: this.doc,
179
queue: this.queue,
180
gestureName: 'menu-swipe',
181
- gesturePriority: 40,
+ gesturePriority: 30,
182
threshold: 10,
183
canStart: ev => this.canStart(ev),
184
onWillStart: () => this.onWillStart(),
core/src/utils/gesture/swipe-back.ts
@@ -46,7 +46,7 @@ export function createSwipeBackGesture(
46
el,
47
queue,
48
gestureName: 'goback-swipe',
49
- gesturePriority: 30,
+ gesturePriority: 40,
50
51
canStart,
52
onStart: onStartHandler,
0 commit comments