mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00

committed by
Manu MA

parent
f9483a0c13
commit
f05c59979f
@ -178,7 +178,7 @@ export class Menu implements ComponentInterface, MenuI {
|
|||||||
el: this.doc,
|
el: this.doc,
|
||||||
queue: this.queue,
|
queue: this.queue,
|
||||||
gestureName: 'menu-swipe',
|
gestureName: 'menu-swipe',
|
||||||
gesturePriority: 40,
|
gesturePriority: 30,
|
||||||
threshold: 10,
|
threshold: 10,
|
||||||
canStart: ev => this.canStart(ev),
|
canStart: ev => this.canStart(ev),
|
||||||
onWillStart: () => this.onWillStart(),
|
onWillStart: () => this.onWillStart(),
|
||||||
|
@ -46,7 +46,7 @@ export function createSwipeBackGesture(
|
|||||||
el,
|
el,
|
||||||
queue,
|
queue,
|
||||||
gestureName: 'goback-swipe',
|
gestureName: 'goback-swipe',
|
||||||
gesturePriority: 30,
|
gesturePriority: 40,
|
||||||
threshold: 10,
|
threshold: 10,
|
||||||
canStart,
|
canStart,
|
||||||
onStart: onStartHandler,
|
onStart: onStartHandler,
|
||||||
|
Reference in New Issue
Block a user