我有一个离子(v1)应用程序,其中推送通知通过node-gcm发送并由ngCordova push插件接收。默认情况下,当有推送通知时,手机会振动。当应用程序打开时,它甚至会振动。如何仅在应用程序在后台运行时才能使手机振动。当用户使用该应用程序时,手机不应振动。
答案 0 :(得分:1)
您可以使用cordova-plugin-vibration
安装:cordova plugin add cordova-plugin-vibration
您可以取消此navigator.vibrate(0)
更多https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-vibration/