Posts, a community app by Read.cv

Thread
Mattias

Working on an iOS wrapper for our PWA. And man… haptic feedback makes a huge difference for the overall app experience. I wish Apple would adapt the Vibration API, but I’m not holding my breath. developer.mozilla.org/en-US/docs/Web…

Vibration API - Web APIs | MDN
Most modern mobile devices include vibration hardware, which lets software code provide physical feedback to the user by causing the device to shake. The Vibration API offers Web apps the ability to access this hardware, if it exists, and does nothing if the device doesn't support it.
Mattias
Replying to @joer

Yeah… Bit of a bummer, but it makes sense. Would perhaps be ideal to ask permission when a user installs the PWA.