in-app pure frontend notification #2015
Unanswered
iambighead
asked this question in
Q&A
Replies: 1 comment 6 replies
-
According to MDN article,Https procotal is necessary for Web Notification。 In Wails app,it's static file but no server.Maybe pure frontend notification is not a good way |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on latest wails 2.1.
Not sure if this has been discussed before, but I am looking for a way to have simple in-app notification, like for info, or warning, or error, something better than plain alert ()
I see there is a road map for Notification support #1788
but that seems to from golang backend to OS. I am looking from pure front-end perspective.
I have tried things like noty, reach-notification, react-toastify, but they don't seem to work for me.
I have experience with noty on pure browser/front-end development before so I am pretty sure it should works, but not sure if there is something i need to handle to get it working with wails app.
I am not looking to add additional component, i am happy to use 3rd part lib as long as it works.
Any one has success adding notification to their wails app?
Beta Was this translation helpful? Give feedback.
All reactions