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
Hi everyone!
I am using vanilla js as a frontend stack. A web notification is not working properly.
It is working in background. https://prnt.sc/YB16mAstKkrC
Hello everybody,
I'm using NextJs with Typescript and I've experienced the same unexpected behaviour where the notifications are hidden, they did not pop up as normally due for rest of apps
This only happens after runs the built app using banner mode.
using tauri dev it's working properly.
Notification access enabled for the built app as well as dev mode.
Describe the bug
Hi everyone!
I am using vanilla js as a frontend stack. A web notification is not working properly.
It is working in background.
https://prnt.sc/YB16mAstKkrC
Notifications are not popping up on macOS.
https://prnt.sc/SPplmFQjRJ3r
Notification access enabled for the demo app.
https://prnt.sc/LGBUvmnALdvP
On mac m1, with rust version,
Please, help me figure out this issue.
Reproduction
Expected behavior
A notification message is popping up after opening the “NotifyMe” app.
Platform and versions
Environment
› OS: Mac OS 13.0.0 X64
› Node.js: 18.6.0
› npm: 8.19.2
› pnpm: Not installed!
› yarn: 1.22.19
› rustup: 1.25.1
› rustc: 1.64.0
› cargo: 1.64.0
› Rust toolchain: stable-aarch64-apple-darwin
Packages
› @tauri-apps/cli [NPM]: 1.1.1
› @tauri-apps/api [NPM]: Not installed!
› tauri [RUST]: 1.1.1,
› tauri-build [RUST]: 1.1.1,
› tao [RUST]: 0.14.0,
› wry [RUST]: 0.21.1,
App
› build-type: bundle
› CSP: unset
› distDir: ../src
› devPath: ../src
App directory structure
├─ ui
├─ node_modules
├─ src-tauri
├─ .vscode
└─ src
Stack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: