7

According to a post on Peter Beverloo's blog, "The webkit prefix has been dropped from the Vibration API implementation as it reached Candidate Recommendation."

In Firefox, the Vibration API can be found at navigator.vibrate (per the spec), not so in Chrome 23 - with or without the webkit prefix. I've tried enabling experimental javascript in chrome://flags but to no effect.

Despite playing around in devtools and plenty of searching on the net, I'm still unable to locate this API. Where is it hiding?

psema4
  • 3,007
  • 1
  • 17
  • 22
  • 2
    look's like only firefox supports it for now. Similar question: http://stackoverflow.com/questions/9266285/get-vibrate-to-work-in-browser-without-phonegap – kennypu Nov 29 '12 at 19:55
  • So far as I can tell, Chromium [has yet to add support for it](https://code.google.com/p/chromium/issues/detail?id=114524), as the Issue is still open. – vcsjones Nov 29 '12 at 19:55
  • It's really laggy in Firefox currently. http://jsbin.com/ufomep/2 – Pointy Nov 29 '12 at 20:04

1 Answers1

1

The blog was just indicating that the API has been unprefixed in WebKit. We don't have it in Chrome for Desktop and we don't have it in Chrome for Android as of version 25

Kinlan
  • 16,315
  • 5
  • 56
  • 88