【发布时间】:2018-12-07 09:52:15
【问题描述】:
是否可以使用 service workers 为移动网络创建类似应用程序的推送通知? (例如,用户可以从通知中回复聊天消息)
【问题讨论】:
标签: html push-notification service-worker web-push service-worker-events
是否可以使用 service workers 为移动网络创建类似应用程序的推送通知? (例如,用户可以从通知中回复聊天消息)
【问题讨论】:
标签: html push-notification service-worker web-push service-worker-events
是的。本教程详细解释了 Web Push:
https://developers.google.com/web/fundamentals/push-notifications/
【讨论】: