If you are impacted by Apple crippling PWA functionalities in the EU please take a look at this open letter and add your signature: letter.open-web-advocacy.org/ . You can also do this if you live outside of the EU. Thanks!
@@hartenfellerdev Hey! Thanks a lot for the video, it was very enlightening. I hope you keep doing many more. I do have a few beginner questions: 1) If I were to use Svelte + LiveView (Elixir), would push notifications in a PWA be made any easier (more automated, less steps)? 2) Also, I'm not sure I understood and this is a recurrent doubt of mine: does the user need to have their app open in order to receive the push notifications, or is it just like in any native app? I'm asking because I need to build a project that relies completely on push notifications (users should be notified just by having the app on their home screen). 3) Last one: whenever I try to add a shortcut to a page on my android homescreen, I get an icon showing my browser's icon (chrome, for example), but I noticed it wasn't the case for your app on your video. How can I make it look like a native app icon?
Thank you! I don't know LiveView so I can't tell. The underlying flow would be the same but it can be that there are out of the box solutions making this easier to implement. The underlying operating system receives the notifications so the page does not have to be open. But the browser itself should run to display the notifications. You want to add a web manifest to the website. Then the browser icon will not show up. I have a video for that too: th-cam.com/video/ywXXOvfKoYg/w-d-xo.html
If you are impacted by Apple crippling PWA functionalities in the EU please take a look at this open letter and add your signature: letter.open-web-advocacy.org/ . You can also do this if you live outside of the EU. Thanks!
great video man thanks!
Awesome 🎉 thankyuuu 🤘
Awesome,PWA Apps improving better and better...
Thank you!
You are welcome! Do you have any ideas/requests for future videos I can do?
@@hartenfellerdev Hey! Thanks a lot for the video, it was very enlightening. I hope you keep doing many more. I do have a few beginner questions:
1) If I were to use Svelte + LiveView (Elixir), would push notifications in a PWA be made any easier (more automated, less steps)?
2) Also, I'm not sure I understood and this is a recurrent doubt of mine: does the user need to have their app open in order to receive the push notifications, or is it just like in any native app? I'm asking because I need to build a project that relies completely on push notifications (users should be notified just by having the app on their home screen).
3) Last one: whenever I try to add a shortcut to a page on my android homescreen, I get an icon showing my browser's icon (chrome, for example), but I noticed it wasn't the case for your app on your video. How can I make it look like a native app icon?
Thank you!
I don't know LiveView so I can't tell. The underlying flow would be the same but it can be that there are out of the box solutions making this easier to implement.
The underlying operating system receives the notifications so the page does not have to be open. But the browser itself should run to display the notifications.
You want to add a web manifest to the website. Then the browser icon will not show up. I have a video for that too: th-cam.com/video/ywXXOvfKoYg/w-d-xo.html