Hacker News new | ask | show | jobs
by kevinbowman 4655 days ago
What about for a webapp, even an offline one? Is there a hook into GCM from Javascript or something like that?
1 comments

I suppose you could use the Java-to-JS bridge, if you're using WebView inside a native app.

However, there's not really any "mobile-friendly" push solution available as part of HTML5 right now. I wish there was. There's "GCM for Chrome" (http://developer.chrome.com/apps/cloudMessaging.html), but that's both Chrome-only and only available on the desktop.