TeamWords
TeamWords copied to clipboard
Move codebase to the new WebEngine
This is a required step cause WebKit already deprecated for a long time
Yeah, I tried to rewrite TeamWords using Qt 5.6 but seems that WebEngine does not support webkit plugins that are needed for notifications
@navrocky if you share some information about notifications in QtWebEngine you will help a lot
https://trello.com/c/SEwvMCfx/225-implement-desktop-notifications-on-the-qtwebengine-side
I think we can inject self implemented Notification object to target site and thus handle notifications
https://www.w3.org/TR/notifications/#api
To interact with self implemented Notification object we can use QWebChannel