GeckoView does not support handling notifications from a stopped state
Categories
(GeckoView :: General, defect, P2)
Tracking
(Not tracked)
People
(Reporter: agi, Unassigned)
References
Details
(Whiteboard: [geckoview:2022h2?])
Browsers should be able to support handling clicks on notifications while the browser is not running. To support that we made WebNotification Parcelable in Bug 1759893. GeckoView, however, will still not correctly handle clicks if it's not running (it will just ignore the notification) we should figure out why and fix it.
I discussed this with the DOM team and they said that the DOM bits are already there from Fennec, so probably looking at Fennec could could tell us what to do.
Comment 3•3 years ago
|
||
(In reply to Agi Sferro | :agi | [slow ni? rn sorry] | ⏰ PST | he/him from comment #0)
I discussed this with the DOM team and they said that the DOM bits are already there from Fennec, so probably looking at Fennec could could tell us what to do.
I haven't tested this out personally, but this user's comment suggests that Fennec had the same issue as well.
Updated•3 years ago
|
Description
•