【发布时间】:2016-09-20 07:36:08
【问题描述】:
我想将通知推送到桌面和移动设备。为此我关注了这篇文章:https://developers.google.com/web/updates/2015/03/push-notifications-on-the-open-web?hl=en
我有两个问题:
- 我能否在所有标签页关闭后使用推送通知发送通知(Chrome 重启?)
- 我可以使用
socket.io(例如io.on('message')而不是GCM)来触发通知吗?
【问题讨论】:
标签: javascript android google-chrome push-notification google-cloud-messaging