Flarum (2.x)
    Preparing search index...

    Variable isHapticSupportedConst

    isHapticSupported: boolean = ...

    Whether the current device supports haptic feedback.

    true on Android (Web Vibration API) and iOS (Taptic Engine via checkbox trick). false on desktop browsers.

    Useful for conditionally showing haptic-related UI (e.g. a settings toggle).