Showing results for December 2018 - Page 2 of 2 - Developer Support

Dec 20, 2018
0
0

Interacting With Push Notifications Under Angular 7 Applications

Developer Support
Developer Support

Until recently Angular supported SwPush class which allowed PWA capable applications to subscribe and listen to push notifications from the Service Worker. Here is an example where I am subscribing to clicking on the notification card which will redirect the user to my blog. Also notice that you also have access to the action that triggered the cli...

TeamAngularWael Kdouh
Dec 10, 2018
0
0

Building a Simple Contact Form with Azure Functions

Developer Support
Developer Support

I write about Azure Functions over and over again because they are the perfect solution for what I am trying to do, small little things that I don’t want to spin up a larger unnecessary app to do it. Then I had a thought, why not have an Azure Function that I could http post to and sent an email from there...

TeamAzureAzure Functions
Dec 7, 2018
0
0

Preventing Single Sign On (SSO) Redirects From Opening a New Window Inside a Progressive Web Application (PWA)

Developer Support
Developer Support

I was recently working on a PWA application that utilizes SSO and one odd behavior that I noticed right off the bat was the fact that the SSO redirects forces the application to open a new window inside the browser instead of carrying the redirect inside the application shell. This is problematic as it defies the whole purpose of a PWA which attemp...

TeamWebBrowserProgressive Web Applications