Open HealsCodes opened 11 months ago
I think tauri requires notifications to be send differently. https://tauri.app/v1/api/js/notification/#sendnotification cc https://github.com/cinnyapp/cinny/issues/1570
That API is enabled, as Cinny desktop enables every tauri API by default. (Not sure why that is, even though it is not recommended.) And it says:
Can also be used with the Notification Web API.
For me, window.Notification?.permission === 'granted'
is true, and the window.Notification.requestPermission()
promise resolve correctly. Calling window.Notification('test')
creates a notification, as well.
With Sequoia 15.0.1 still the same: Pressing the Button doesn't trigger anything visible. After that still no notifications at all. Any Workaround?
Describe the bug
When clicking the "Request Permisson" button in the Notification settings seemingly nothing happens. Cinny also never tries to send any notifications on macOS 14.
Tested with the current x86_64 Release from GitHub Releases as well as an M1 Arm64 build created from source.
Reproduction
Expected behavior
Platform and versions
Additional context
No response