0

I know the GCM push notification works inside a Google Chrome Extension/App and I tested it and working fine.

But, will Google Push Notification work on in a normal HTML+Javascript page without any extension programming?

Dickens A S
  • 3,824
  • 2
  • 22
  • 45

1 Answers1

1

No need to create Google Chrome Extension/App for GCM push notification for chrome. Check out following links for more details:

https://developers.google.com/web/updates/2015/03/push-notificatons-on-the-open-web?hl=en https://simple-push-demo.appspot.com/

Yogendra
  • 2,139
  • 3
  • 14
  • 27
  • ya, I know this, but is really unfortunate that a Service Worker Push will only work with a properly SSL certified web. In case if there is an internal web network through which If I want to implement a self-signed certificate, then I have to pass many command line arguments to google chrome browser to make it unsecure – Dickens A S Jul 13 '15 at 07:17
  • yeah! service worker push need https enabled web only but for development purpose its exempt localhost. – Yogendra Jul 13 '15 at 07:45