Bug description
I've made a Whatsapp Web through nativefier. I receive the notification sound, but It doesn't show any notification popup.
nativefier --help and https://github.com/jiahaog/nativefier/blob/master/docs/api.mdSteps to reproduce
Give your full nativefier command, with the --verbose flag, on a public site:
(The dark.css is from here: https://github.com/dcferreira/franz-themes/blob/master/whatsapp/darkmode.css)
Expected behavior
When I receive a message, It should appear as a notification.
Actual behavior
When I receive a message, It just make sound but no notification appears.
Context
Same problem here.
OS: Manjaro 20.0.1
Node.js 14.2.0
Same problem, I'm using Whatsapp-web and Trello.
Nativefier 8.0.7.
node 12.18.
Pop os 20.04
But it seems that has already been solved, but not released. #955
Yes notifications are still broken in 8.0.7 for me too. This is a workaround after install:
sudo sed -i "s/const newNotify =.*/const newNotify = function (title, opt) {/" /opt/YOUR-FOLDER/resources/app/lib/preload.js
But this commit is already in master.....why is there no release with this commit?
Hi. I just released Nativefier v9.0.0, which includes the above-mentioned commit. Closing, feel free to re-open if the issue persists.
Most helpful comment
Hi. I just released Nativefier v9.0.0, which includes the above-mentioned commit. Closing, feel free to re-open if the issue persists.