Pete Fowler
blog.petefowler.dev

blog.petefowler.dev

Follow
homebadges
Tag

Mobile Development

#mobile-development

More content

Read more stories on Hashnode


Articles with this tag

A quick guide to cell phone vibration with JavaScript

Sep 25, 20223 min read

The navigator.vibrate() interface will crash iPhones, so only use it after checking if the user's device supports it ยท Let's break down how to make a...

A quick guide to cell phone vibration with JavaScript