Naif Bin Khunayn
Naif Bin Khunayn

Reputation: 21

Ionic Vibration not working in IOS mobile browser

Hi every one I am working on chat app and it is deploy as web and I added vibration on sending any message.

the vibration is working fine on android chrome mobile browser but not working on iOS.

import { Vibration } from '@awesome-cordova-plugins/vibration/ngx'; this.vibration.vibrate(1000);

any advise why is that

Upvotes: 0

Views: 403

Answers (1)

jcesarmobile
jcesarmobile

Reputation: 53301

Vibration API is not available on safari

https://caniuse.com/vibration

Upvotes: 0

Related Questions