Reputation: 21
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