> > I'm running the latest 4.x dev build on Windows and noticed in the > > wiki the following:
> > "Desktop notifications
> > Simple (text+icon) and HTML notifications are implemented for Windows > > for 4.0, accessible from pages and extensions."
> > How do I access these notifications? Is there a page with a demo or > > some JS code to have a look at? I hadn't realized they'd landed > > already...
> > > I'm running the latest 4.x dev build on Windows and noticed in the > > > wiki the following:
> > > "Desktop notifications
> > > Simple (text+icon) and HTML notifications are implemented for Windows > > > for 4.0, accessible from pages and extensions."
> > > How do I access these notifications? Is there a page with a demo or > > > some JS code to have a look at? I hadn't realized they'd landed > > > already...
A few notes regarding this feature. As far as I saw, it was dropped from the HTML 5 specification, so it might not be supported in all of the browsers - ever. Also, watch out - you cannot call "webkitNotifications.requestPermission(callback)" from the Developer Tools, it has to be called as a result of a click. It will do nothing if it does not. Star this bug for progress - crbug.com/31736. The user interface is not 100% done yet, in my opinion, due to this bug - crbug.com/31778.
On Thu, Jan 14, 2010 at 14:26, OwenCM <owencmo...@googlemail.com> wrote: > I'm running the latest 4.x dev build on Windows and noticed in the > wiki the following:
> "Desktop notifications
> Simple (text+icon) and HTML notifications are implemented for Windows > for 4.0, accessible from pages and extensions."
> How do I access these notifications? Is there a page with a demo or > some JS code to have a look at? I hadn't realized they'd landed > already...
Hmm, I didn't realize it had been dropped from the specification, that's very disappointing! I hope Chrome is able to do the same as it has with other features (lets talk javascript speed?) and implement it and have all other browsers follow suit... Either way we'll have to wait and see; very excited to see it already implemented on Win and set for the m5 builds of Linux and Mac! P.S. I tried out Chrowety, was very pleased when the notifications appeared; this ads a whole new dimension for extensions to interact with the user.
On Jan 14, 5:14 pm, PhistucK <phist...@gmail.com> wrote:
> A few notes regarding this feature. > As far as I saw, it was dropped from the HTML 5 specification, so it might > not be supported in all of the browsers - ever. > Also, watch out - you cannot call > "webkitNotifications.requestPermission(callback)" from the Developer Tools, > it has to be called as a result of a click. It will do nothing if it does > not. Star this bug for progress - crbug.com/31736. > The user interface is not 100% done yet, in my opinion, due to this bug - > crbug.com/31778.
> ☆PhistucK
> On Thu, Jan 14, 2010 at 14:26, OwenCM <owencmo...@googlemail.com> wrote: > > I'm running the latest 4.x dev build on Windows and noticed in the > > wiki the following:
> > "Desktop notifications
> > Simple (text+icon) and HTML notifications are implemented for Windows > > for 4.0, accessible from pages and extensions."
> > How do I access these notifications? Is there a page with a demo or > > some JS code to have a look at? I hadn't realized they'd landed > > already...
*This feature was one of the most encouraged me with the extensions in Chrome.* * * *By the way... Phistuck any change to add positioning option (bottom right, top left, ...) ? * - Pedro Junior
> Hmm, I didn't realize it had been dropped from the specification, > that's very disappointing! > I hope Chrome is able to do the same as it has with other features > (lets talk javascript speed?) and implement it and have all other > browsers follow suit... Either way we'll have to wait and see; very > excited to see it already implemented on Win and set for the m5 builds > of Linux and Mac! > P.S. I tried out Chrowety, was very pleased when the notifications > appeared; this ads a whole new dimension for extensions to interact > with the user.
> On Jan 14, 5:14 pm, PhistucK <phist...@gmail.com> wrote: > > A few notes regarding this feature. > > As far as I saw, it was dropped from the HTML 5 specification, so it > might > > not be supported in all of the browsers - ever. > > Also, watch out - you cannot call > > "webkitNotifications.requestPermission(callback)" from the Developer > Tools, > > it has to be called as a result of a click. It will do nothing if it does > > not. Star this bug for progress - crbug.com/31736. > > The user interface is not 100% done yet, in my opinion, due to this bug - > > crbug.com/31778.
> > ☆PhistucK
> > On Thu, Jan 14, 2010 at 14:26, OwenCM <owencmo...@googlemail.com> wrote: > > > I'm running the latest 4.x dev build on Windows and noticed in the > > > wiki the following:
> > > "Desktop notifications
> > > Simple (text+icon) and HTML notifications are implemented for Windows > > > for 4.0, accessible from pages and extensions."
> > > How do I access these notifications? Is there a page with a demo or > > > some JS code to have a look at? I hadn't realized they'd landed > > > already...
I have not seen any issue regarding this, so search the issue tracker yourself (crbug.com) and if you cannot find one, file one (new.crbug.com).
But - I do believe this will not be implemented, because the whole idea of Desktop Notifications is to alert the user that a website is trying to say something and that the user should check out the website for more details.
On Thu, Jan 14, 2010 at 23:19, Pedro Junior <v.ju.ni.o...@gmail.com> wrote: > *This feature was one of the most encouraged me with the extensions in > Chrome.* > * > * > *By the way... Phistuck any change to add positioning option (bottom > right, top left, ...) ? > * > - > Pedro Junior
>> Hmm, I didn't realize it had been dropped from the specification,
>> that's very disappointing! >> I hope Chrome is able to do the same as it has with other features >> (lets talk javascript speed?) and implement it and have all other >> browsers follow suit... Either way we'll have to wait and see; very >> excited to see it already implemented on Win and set for the m5 builds >> of Linux and Mac! >> P.S. I tried out Chrowety, was very pleased when the notifications >> appeared; this ads a whole new dimension for extensions to interact >> with the user.
>> On Jan 14, 5:14 pm, PhistucK <phist...@gmail.com> wrote: >> > A few notes regarding this feature. >> > As far as I saw, it was dropped from the HTML 5 specification, so it >> might >> > not be supported in all of the browsers - ever. >> > Also, watch out - you cannot call >> > "webkitNotifications.requestPermission(callback)" from the Developer >> Tools, >> > it has to be called as a result of a click. It will do nothing if it >> does >> > not. Star this bug for progress - crbug.com/31736. >> > The user interface is not 100% done yet, in my opinion, due to this bug >> - >> > crbug.com/31778.
>> > ☆PhistucK
>> > On Thu, Jan 14, 2010 at 14:26, OwenCM <owencmo...@googlemail.com> >> wrote: >> > > I'm running the latest 4.x dev build on Windows and noticed in the >> > > wiki the following:
>> > > "Desktop notifications
>> > > Simple (text+icon) and HTML notifications are implemented for Windows >> > > for 4.0, accessible from pages and extensions."
>> > > How do I access these notifications? Is there a page with a demo or >> > > some JS code to have a look at? I hadn't realized they'd landed >> > > already...
> I have not seen any issue regarding this, so search the issue tracker > yourself (crbug.com) and if you cannot find one, file one (new.crbug.com).
> But - I do believe this will not be implemented, because the whole idea of > Desktop Notifications is to alert the user that a website is trying to say > something and that the user should check out the website for more details.
> ☆PhistucK
> On Thu, Jan 14, 2010 at 23:19, Pedro Junior <v.ju.ni.o...@gmail.com>wrote:
>> *This feature was one of the most encouraged me with the extensions in >> Chrome.* >> * >> * >> *By the way... Phistuck any change to add positioning option (bottom >> right, top left, ...) ? >> * >> - >> Pedro Junior
>>> Hmm, I didn't realize it had been dropped from the specification,
>>> that's very disappointing! >>> I hope Chrome is able to do the same as it has with other features >>> (lets talk javascript speed?) and implement it and have all other >>> browsers follow suit... Either way we'll have to wait and see; very >>> excited to see it already implemented on Win and set for the m5 builds >>> of Linux and Mac! >>> P.S. I tried out Chrowety, was very pleased when the notifications >>> appeared; this ads a whole new dimension for extensions to interact >>> with the user.
>>> On Jan 14, 5:14 pm, PhistucK <phist...@gmail.com> wrote: >>> > A few notes regarding this feature. >>> > As far as I saw, it was dropped from the HTML 5 specification, so it >>> might >>> > not be supported in all of the browsers - ever. >>> > Also, watch out - you cannot call >>> > "webkitNotifications.requestPermission(callback)" from the Developer >>> Tools, >>> > it has to be called as a result of a click. It will do nothing if it >>> does >>> > not. Star this bug for progress - crbug.com/31736. >>> > The user interface is not 100% done yet, in my opinion, due to this bug >>> - >>> > crbug.com/31778.
>>> > ☆PhistucK
>>> > On Thu, Jan 14, 2010 at 14:26, OwenCM <owencmo...@googlemail.com> >>> wrote: >>> > > I'm running the latest 4.x dev build on Windows and noticed in the >>> > > wiki the following:
>>> > > "Desktop notifications
>>> > > Simple (text+icon) and HTML notifications are implemented for Windows >>> > > for 4.0, accessible from pages and extensions."
>>> > > How do I access these notifications? Is there a page with a demo or >>> > > some JS code to have a look at? I hadn't realized they'd landed >>> > > already...