我从一个Angular Dart聊天教程开始。我想添加一个按钮,在其他聊天用户的桌面上弹出通知-即使他们将浏览器最小化。
"Web通知“是正确的方法吗?是否有人开发了Angular2 Dart网络通知?
发布于 2017-03-03 21:05:11
我想您可以直接使用dart:html包中的Notification api
dart:html
https://api.dartlang.org/stable/1.22.1/dart-html/Notification-class.html
https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API/Using_the_Notifications_API
https://stackoverflow.com/questions/42578985
相似问题