material-components / material-components/material-components-android

[Slider] Haptic feedback

Open
#4,167 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

feature request Widget: Slider
Dominant language
Java
Stars
17.4k
Forks
3.2k
PR merge metrics
No merged PRs in 30d

Description

It would be great if the slider had haptic feedback, especially since Android has effects specifically for this ([`SEGMENT_TICK`](https://developer.android.com/reference/android/view/HapticFeedbackConstants#SEGMENT_TICK) and [`SEGMENT_FREQUENT_TICK`](https://developer.android.com/reference/android/view/HapticFeedbackConstants#SEGMENT_FREQUENT_TICK)).

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.

Research direction

Start by locating the slider implementation and its existing interaction or feedback entry points. Review Android's SEGMENT_TICK and SEGMENT_FREQUENT_TICK documentation, then define and implement the feedback behavior; done means the slider provides the requested haptic response without disrupting normal interaction.

Written by the indexing model from the issue text.

Assessment

Tech stack
android
Domain
mobile-dev
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.