question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

0.13: Native desktop notifications

See original GitHub issue

NW.js 0.13 now comes with Chromium’s rich notifications. Those are non-native and may be annoying for users who’d rather prefer using the notification system of their OS (Linux, OSX, Win10).

Would it be possible to add native notifications used by the previous releases back, alongside the new rich notifications? Both new window.Notification() and chrome.notifications.create() could still create rich notifications, but having access to native notifications somewhere in NW.js’ API would be great. This way, the notification could be manipulated by the chrome.notificationProvider API.

Thank you!

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:6
  • Comments:26 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
rogerwangcommented, Jun 3, 2016

@shripathee good to know it. Will check this soon after beta1 release, which is scheduled today. At least NW will support whatever Chromium supports.

1reaction
rogerwangcommented, Mar 24, 2017

@fritx could you please try --enable-features=NativeNotifications ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to bring back Chrome's native notifications (and get rid of ...
Just head to chrome://flags/#enable-system-notifications, disable the flag, and Chrome will be in charge again. We checked Chromium-based ...
Read more >
What's new in NW.js v0.13
With rich notifications you can put buttons, lists, images, icon and progress bar in the notification. See the upstream docs for the listing...
Read more >
User Defined Notifications - WorkWithPlus
The User Defined Notifications (also called Notifications) are notifications that you will trigger manually (by adding a call to a ...
Read more >
How to enable native Chrome notifications on Windows 10
How to enable or disable Chrome native notifications · Open Chrome. Quick Tip: You must be running Google Chrome version 68+ to use...
Read more >
expo-notifications - npm
Notifications module. Latest version: 0.17.0, last published: 2 months ago. Start using expo-notifications in your project by running `npm i ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found