[go: up one dir, main page]

  • 51 Posts
  • 197 Comments
Joined 3 years ago
cake
Cake day: June 12th, 2023

help-circle








  • ToldryBOPtoThumb-Key@lemmy.mlHaptic question
    link
    fedilink
    arrow-up
    2
    ·
    2 months ago

    I figured out the source. The Modifier.combinedClickable is used to define the click behavior for the key, and by default it has the parameter hapticFeedbackEnabled = true defined, which automatically causes a vibration for long press.

    The solution is to simply to specify hapticFeedbackEnabled = false.

    Gonna do that and enter a PR.


  • ToldryBOPtoThumb-Key@lemmy.mlHaptic question
    link
    fedilink
    arrow-up
    2
    ·
    2 months ago

    I thought of that. To test it, I placed a finger from my left hand at the BACK of the phone first, and then did a long-press with a finger from my right hand.

    The second haptic event feels stronger from the left hand’s finger too.