You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notifications don't close after click in Chrome for Android. Most browsers automatically close notifications, but Chrome's behavior is actually correct. To reproduce:
Open Hello
Execute ui.enableDeviceNotifications()
Click the notification
Observe that the notification stays open
I think we can close() the notification on notificationclick in service.js.
The text was updated successfully, but these errors were encountered:
Notifications don't close after click in Chrome for Android. Most browsers automatically close notifications, but Chrome's behavior is actually correct. To reproduce:
ui.enableDeviceNotifications()
I think we can
close()
the notification onnotificationclick
inservice.js
.The text was updated successfully, but these errors were encountered: