-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix popGesture freezes the app (#5863)
* Fix popGesture freeze the app * Move popGestureDelegate initialization to init
- Loading branch information
Showing
6 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37473f8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this but still, for popGesture to work as expected, you need to try 3-4 times to actually make it happen... It's not butter smooth (like for example when you slide the sideMenu). Any ideas?
37473f8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@itsam What do you mean when you say it doesn't work as expected? Could you please open an issue and post any information you have? Thanks.
37473f8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @guyca. Thanks you prompt reply. Actually the issue I had was related with popGesture when sidebar is disabled. So not directly related with this commit but still there's a problem. I have figure it how to solve this though. Please check #5865. If I apply this patch (see gist), popGesture works butter smooth.
Still, as I am not an expert you need to complete the patch in order to respect the options (.e.g. bezel).
Hope I make myself clear.
Your work and effort is much appreciated! Thank you for this excellent library.