olsh / Feedly-Notifier

Google Chrome, Firefox, Opera and Microsoft Edge extension for reading news from RSS aggregator Feedly
http://olsh.github.io/Feedly-Notifier/
Mozilla Public License 2.0
273 stars 38 forks source link

Feature request: hide notifications #56

Closed reicheltmediadesign closed 7 years ago

reicheltmediadesign commented 8 years ago

Hello,

currently I can choose to display notifications (or not), and how long they're visible. It would be nice if I can hold the mouse over the notification and the timeout stops.

For example, a new notification appears with a timeout of 10 seconds. After 10 seconds visibility, the notification will fade out. When I place the cursor above the notification, the countdown should stop until I remove the cursor.

Thanks

Regards Philipp

olsh commented 8 years ago

I suppose that it's impossible to implement at this moment. Because web notifications do not support onHover event or something like that. https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API/Using_the_Notifications_API#Notification_events

olsh commented 7 years ago

We don't have API to implement it.