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.
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 onnotificationclickinservice.js.