Add configuration API for IOS gesture detection

Open
#3,428 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
ios, rust
Domain
mobile-dev

Research direction

Start by reviewing issue #3413 and the iOS platform implementation to understand the gesture detectors and default delegate it introduces. Define the configuration surface for delegate replacement, long-press options, and extensible tap recognizers; done means users can customize the listed gesture behavior through a documented API.

Written by the indexing model from the issue text.

Description

#3413 will add several new UIGestureDetectors to the iOS platform implementation as we as a default IUGestureRecognizerDelegate. Users will likely want to customize this behavior:

Such as:

  1. Override the default Gesture Recognizer Delegate
  2. UILongPressGestureRecognizer long press duration and max movement filter
  3. UITapGestureRecognizer currently only supports a "DoubleTap," so we may want to allow adding these arbitrarily to a list or map of tap_gesture_recognizers(the same tapGesture: callback could handle them all).
  4. etc...
Dominant language
Rust
Stars
6.2k
Forks
1.3k
Avg merge
2d 19h
Merged PRs (30d)
9

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from rust-windowing/winit

All issues in rust-windowing/winit

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.