packager icon indicating copy to clipboard operation
packager copied to clipboard

Add Notification Windows to Special cloud behaviors

Open Scratchfangs opened this issue 2 years ago • 6 comments

With Special cloud behaviors, there can be a new feature that allows notifications to be made.

Scratchfangs avatar May 21 '22 01:05 Scratchfangs

just set eval to new Notification("notificationTitle", {body:"notificationText", icon:"iconLink", image:"imageLink"}); to send a notification and that should work

DemonLordDiablo avatar Jun 07 '22 17:06 DemonLordDiablo

just set eval to new Notification("notificationTitle", {body:"notificationText", icon:"iconLink", image:"imageLink"}); to send a notification and that should work

Thanks! I'll close this then

Scratchfangs avatar Jun 09 '22 22:06 Scratchfangs

Hmm... That's strange, the command didn't work

Scratchfangs avatar Jun 10 '22 18:06 Scratchfangs

Ah, I might need permission, let me see

Scratchfangs avatar Jun 10 '22 18:06 Scratchfangs

try running Notification.requestPermission(); to ask for the permission; see if that works.

DemonLordDiablo avatar Jun 16 '22 13:06 DemonLordDiablo

Doesn't work

Scratchfangs avatar Aug 22 '22 21:08 Scratchfangs

going through some old issues; closing this as notification extension has existed for a bit

GarboMuffin avatar May 23 '24 07:05 GarboMuffin