Skip to content

Infinite haptic duration until cancelled #25

@itzAamir

Description

@itzAamir

It would be great to have a way to trigger haptics indefinitely until explicitly stopped.

Something like:

trigger('medium', { duration: "infinite" }); // or -1 instead of a string
// and later...
cancel();

This would be useful for things like loading states, recording indicators, games, or any sustained interaction where the duration isn't known upfront.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions