According to Peter Beverloo's blog post, "The website prefix has been excluded from the implementation of the Vibration API because it has reached the Candidate Recommendation."
In the Firefox API, Vibrations can be found in the navigator.vibrate file (on spec ), and not in Chrome 23 - with or without the webkit prefix. I tried to include experimental javascript in chrome: // flags, but has no effect.
Despite the fact that in devtools and a lot of searching on the net, I still can not find this API. Where is he hiding?
javascript html5 google-chrome chromium vibration
psema4
source share