Notification onClick() handler
-
Is it possible to specify an onClick handler for quasar notifications?
I don’t want to do it with actions because this way exactly the action needs to be clicked. I would like whenever a user clicks anywhere on the notification (even on the icon), to redirect him to an url.
-
No, unfortunately only with an action can you do an action.
You could make a dialog to work sort of like you want.
https://codepen.io/smolinari/pen/LoNEmr
Scott