You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*What steps will reproduce the problem?*
1. Make app with pywebkitgtk
2. Make html with this JavaScript code:
window.webkitNotifications.createNotification("", "Notifier",
"Hello").popup.show();
3. Load file with pywebkitgtk app
*What is the expected output? What do you see instead?*
I was expected a notification window, but an error was printed:
** Message: console message: file://asdf.html @47: TypeError: Result of
expression 'window.webkitNotifications' [undefined] is not an object.
Im trying to create an app that supports desktop notifications. I know,
pywebkitgtk don't support webkitNotifications. But, do you know any way to wrap
these JavaScript objects? If it is posible, I could write pygtk code to show
desktop notifications.
Original issue reported on code.google.com by NachE.NachE on 30 Jan 2011 at 4:49
The text was updated successfully, but these errors were encountered:
Any updates on this?
I also wish to do something similar. I want to execute "notify-send" command
each time a page sends a webkit notification. Is that possible?
Original issue reported on code.google.com by
NachE.NachE
on 30 Jan 2011 at 4:49The text was updated successfully, but these errors were encountered: