tingobol / phpdesktop

Automatically exported from code.google.com/p/phpdesktop
0 stars 0 forks source link

Desktop notifications not showing up #85

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Open an html5 ready desktop notification example page 
(http://jsfiddle.net/dandv/wT26x/1/)
2.Click the test div
3.Nothing happens

What is the expected output? What do you see instead?
Chromium should show a bar asking for permission to allow desktop notifications

What version of the product are you using? On what operating system?
Latest Win32

Please provide any additional information below.
Is there by ant chance a way to allow a webpage to show notifications right 
from the installation package? by configuring the settings json file or any 
other..

Original issue reported on code.google.com by j...@smartdigit.pt on 14 Feb 2014 at 7:25

GoogleCodeExporter commented 9 years ago
The desktop notification API is not supported by Chromium Embedded Framework 
(CEF) that phpdesktop uses. You can ask about it on the CEF Forum and/or create 
an issue in the CEF Issue Tracker. When it gets implemented in CEF, then please 
create an issue in phpdesktop.

There was some movement to support it in CEF 1, but not sure if it worked out:
https://code.google.com/p/chromiumembedded/issues/detail?id=173&can=1&q=notifica
tion

Seems like there are no plans to implement this in CEF 3:
https://code.google.com/p/chromiumembedded/issues/detail?id=1160

Unless someone comes with a patch to implement it.

Original comment by czarek.t...@gmail.com on 14 Feb 2014 at 7:44