iOS 支持网络通知?
iOS Web notifications supported?
iOS 中的任何浏览器是否支持类似于 Android 上的 Chrome 的推送通知? Google 似乎在他们的 GCM 演示视频中提到了它,但我找不到任何相关信息。
我认为您正在寻找的是 Web 应用程序的推送通知。基本上,Web 应用程序的推送消息传递可以通过 Service Worker 和 Web 应用程序清单来实现。
documentation only describe the implementation on chrome app but there is a reference on how you can implement it in web apps. You can check the full implementation Here
目前 iOS 上没有任何浏览器支持桌面的 Web 推送通知功能 Chrome 和 Android 支持 - 或 Service Workers,正如您正确指出的那样。
在不同的浏览器中查看implementation status of Service Workers。
Apple 已在 Mac OS X 上试验推送通知,is available here.
的文档
iOS 目前根本不支持 Service Worker。 iOS 浏览器将不支持 Web 推送通知。 https://webkit.org/status/#specification-service-workers
iOS 中的任何浏览器是否支持类似于 Android 上的 Chrome 的推送通知? Google 似乎在他们的 GCM 演示视频中提到了它,但我找不到任何相关信息。
我认为您正在寻找的是 Web 应用程序的推送通知。基本上,Web 应用程序的推送消息传递可以通过 Service Worker 和 Web 应用程序清单来实现。
documentation only describe the implementation on chrome app but there is a reference on how you can implement it in web apps. You can check the full implementation Here
目前 iOS 上没有任何浏览器支持桌面的 Web 推送通知功能 Chrome 和 Android 支持 - 或 Service Workers,正如您正确指出的那样。
在不同的浏览器中查看implementation status of Service Workers。
Apple 已在 Mac OS X 上试验推送通知,is available here.
的文档iOS 目前根本不支持 Service Worker。 iOS 浏览器将不支持 Web 推送通知。 https://webkit.org/status/#specification-service-workers