I'm developing the application for Samsung Gear S2 (web) with a timer that vibrates when time ends. What I need to do so my application can vibrate even if it's in background mode and app is hidden?
I use
navigator.vibrate(2000);
Or how can I make notification that will pops up when time ends and after click will be maximized my app (not relaunch).
Thanks!