Forum Moderators: not2easy
You're sure the users want that "in your face" notification, even if their phones are off?
Different class of users than any of my experience. :)
You can use javascript's Push API
[developer.mozilla.org...]
This will provide a notification exactly like native mobile app. You can also, make it play a sound. The downside is that currently there is no support for IOs (Safari). Which forces you to create a native app for Iphone users.
Alternatively you can program your app to send a text message, or even make an automated call the user's mobile phone number. Obviously, the user would need to provide you with their number.All good ideas. Over time we'll likely implement several of these and users can choose which one(s) to use.