-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
我发现有时候点击通知不会打开url。
在Task debug中测试了下,假设浏览器有a、b两个窗口:如果url已经在b窗口打开,此时如果聚焦的窗口的是a,点击通知就不会跳转到已经在b窗口的url;如果聚焦的是b,则会跳转到url;如果url没有在任何窗口打开,则会在当前聚焦的窗口打开url。
(async () => {
const title = "aaaa";
const message = "bbbb";
const url = "https://www.baidu.com/";
return {
title,
message,
url,
}
})().then(commit);
Metadata
Metadata
Assignees
Labels
No labels