79546889

Date: 2025-03-31 17:35:11
Score: 0.5
Natty:
Report link

If you're still looking for a solution to trigger haptic feedback in iOS PWAs, this library is exactly what you need 👇🏻

https://github.com/posaune0423/use-haptic

you can use like below

function HapticButton() {
  const { triggerHaptic } = useHaptic();
  return <button onClick={triggerHaptic}>Feel Haptic</button>;
}
Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Contains signature (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: posaune0423