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
From the description, I don’t quite understand how Notification Delegation works.
Could you please explain?
If I set enableNotifications to true, does this mean that notifications will be managed by TWA wrapper and Chrome notification permission prompts will not be displayed (because TWA wrapper is Android native app and notifications in Android native apps are enabled by default without permission prompts)?
From the description, I don’t quite understand how Notification Delegation works.
Could you please explain?
If I set
enableNotificationstotrue, does this mean that notifications will be managed by TWA wrapper and Chrome notification permission prompts will not be displayed (because TWA wrapper is Android native app and notifications in Android native apps are enabled by default without permission prompts)?If yes, how does this fit with the recent notification experiment in Chrome?