Hi :), found this library for adding haptic feedback to web UI elements.
Seems interesting for mobile PWAs where subtle vibration feedback can improve button interactions.
Has anyone seen good production examples of haptics used on the web? Curious if there are other libraries people prefer for this.
phillipseamore•1h ago
Strangely found it to work in mobile Safari, it uses a workaround by creating checkboxes that have native haptics when toggled and not any actual APIs.
andresquez•1h ago
yes, pretty hacky. I bet it was an AI discovery, reading through lots of documentation or files.
andresquez•1h ago
Seems interesting for mobile PWAs where subtle vibration feedback can improve button interactions.
Has anyone seen good production examples of haptics used on the web? Curious if there are other libraries people prefer for this.