I use phonegap - cordova notification and phonegap statusBarNotification plugin. I need run vibrate, beep and statusbarnotofication on one moment, how can i do this?
navigator.notification.vibrate(1000);
window.plugins.statusBarNotification.notify(data.title, data.message);
navigator.notification.beep(1);