Vibrate/Sound on Push Notification
Hi There -
I'm trying to get vibration and sound to happen when a push is received for my android app. I have the pushes working correctly. I'm just not sure how to activate sound/vibrate. It looks like there may be some javascript I can put in the app (navigator.notification.beep(2);), but that wasn't successful. Ultimately, I'd like this attached to the push itself so that app doesn't need to be open to make the sound/vibrate work.
Any tips? I'm sure I'm just missing it somewhere...
Thanks for the help.
-Matt