Where does the Vibration API hide in Chrome 23?

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?

+7
javascript html5 google-chrome chromium vibration
source share
1 answer

The blog simply stated that the API was not interrupted in WebKit. We don’t have it in Chrome for Desktop, and we don’t have it in Chrome for Android since version 25

+1
source share

All Articles