alfajango / mobilecan

Simple demonstration of the functionality available to when developing applications for mobile web browsers.
http://www.mobilecan.io/
MIT License
0 stars 0 forks source link

Cause phone to vibrate #16

Closed PatrickMcSweeny closed 9 years ago

JangoSteve commented 9 years ago

Let's add an "advanced" demo, which does something cool with modulating vibration duration. E.g. something like vibrating a tune, or converting an text input to morse code, or something else cool like that.

JangoSteve commented 9 years ago

Let's also add a note that it may not work on iPhones.

PatrickMcSweeny commented 9 years ago

In the latest commit on this issue I added a conditional to see if the vibrate function exists inside the browser.

JangoSteve commented 9 years ago

This looks good. Let's see if we can possibly add a stop button as well.