Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Web app push notification [closed]

I'm going to make a web app using html5. The app are going to be able to send a push notification to the phone even if the web app isn't used. Is this possible?

like image 899
user1017191 Avatar asked Jul 16 '26 14:07

user1017191


1 Answers

This is not possible natively in browsers yet, though W3C standards for browser-based push notifications are finalizing this year.

http://dev.w3.org/html5/eventsource/

The only options are to:

  • wait for Apple, Google, etc to implement the W3C recommendations in their browsers (if I were to guess, probably late 2012, early 2013)
  • have users install a native app that pushes notifications on behalf of your web app (like AlertRocket)
  • use SMS text messages through an SMS subscription service
like image 52
Rob Porter Avatar answered Jul 18 '26 18:07

Rob Porter



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!