Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@gmegidish
Copy link
Member

No description provided.

@amebahead
Copy link
Contributor

Hello! @gmegidish :)
I'm a mobile-mcp user. this project is really useful.
I had been needing long press gesture support, and I appreciate you adding this feature.

So I was reviewing the code and leave a few comments:

Currently the longpress duration is hardcoded to 1000ms, but according to Apple's official documentation,
the standard threshold is '>500ms'
(https://developer.apple.com/documentation/uikit/handling-long-press-gestures)

To avoid unnecessary delay, it might be better to reduce the duration slightly.

Thank you for considering the suggestion.

@gmegidish
Copy link
Member Author

@amebahead Correct, I have changed this to 500ms and tested and it works well. Thanks for the heads up!
Merging it now 🚀

@gmegidish gmegidish merged commit fe72701 into main Aug 24, 2025
4 checks passed
@gmegidish gmegidish deleted the feat-long-press branch August 24, 2025 15:04
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.

2 participants