Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: pan gesture timeout configurable by prop #43

Merged
merged 3 commits into from
Jan 23, 2023

Conversation

Nodonisko
Copy link
Contributor

@Nodonisko Nodonisko commented Oct 12, 2022

This add option to configure timeout before pan gesture start. This could be very useful especially if you want to disable timeout.

Motivation:
Most of our users was confused with hold timeout and never find out there is something like pan gesture without directly telling them, that they should hold before it starts. Also this behavior without hold timeout is very similar to other apps with same type of graph like Revolut or Kraken app.

@@ -126,7 +126,8 @@
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
"useTabs": false,
"semi": false
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is necessary otherwise it is adding semicolons everywhere on save.

@juriczech
Copy link

Any update on this? I find the timeout to be a bit of a bottleneck on my app as well.

@chrispader
Copy link
Member

LGTM! 🚀 Thanks for your help @Nodonisko

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants