문제

I checked on http://caniuse.com/ but can't find anything about compatibility for the vibration API.

Which browsers support it?

도움이 되었습니까?

해결책

Update [2014-03-07]: The Vibration API is now supported by Firefox, Chrome, and Opera. I've also made this information available on on caniuse.com.


Based on this article:

The Vibration API is still primarily unsupported. Firefox 16+ is currently the only browser with support for the API.

다른 팁

According to Mozilla Developer Network it is supported in Chrome with prefix webkit, in Firefox 11+ with prefix moz and in Firefox 16+ without any prefix.

But as you can check in this Issue in Chromium as of now it is not supperted in Chrome and they seem to be in no hurry as Priority is 2(Normal).

It is not supported in Android strock browser as of now.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top