mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
feat(gesture): add support for blurring active inputs on gesture start (#20638)
fixes #20588
This commit is contained in:
@ -191,6 +191,7 @@ AFTER:
|
||||
gestureName: 'menu-swipe',
|
||||
gesturePriority: 30,
|
||||
threshold: 10,
|
||||
blurOnStart: true,
|
||||
canStart: ev => this.canStart(ev),
|
||||
onWillStart: () => this.onWillStart(),
|
||||
onStart: () => this.onStart(),
|
||||
|
||||
Reference in New Issue
Block a user