gomatcha / matcha

Build native mobile apps in Go.
https://gomatcha.io/
Apache License 2.0
3.49k stars 162 forks source link

OS Notifications #33

Open joeblew99 opened 6 years ago

joeblew99 commented 6 years ago

Would be great if this was exposed at the golang layer to make local notifications to the OS.

I guess also being able to respond to notifications sent via the Google and Apple notification servers, where the user sees the notification and then clicks on it and it routes into your app.

overcyn commented 6 years ago

Thanks, something like that would be great, but I think probably out of scope for this project. I'd like for it to focus on just displaying UI.

joeblew99 commented 6 years ago

just want to check, because i realised i explained this really badly.

I am talking about how you need to publish notifications in your apps on mobile. Just checking because i would have thought its pretty important. Like an email app needs to display Notifications of new email and when the user clicks on the notification it taks them to the email in questions, etc etc