Angular PWA – Demo on Android device
- Posted by Muthukumar Dharmar
- Categories Angular PWA
- Date October 6, 2020
This is just a followup article, some of the readers were requesting for the Angular PWA demo in android device. So, If you are new to this read please have a look in to the article Running Angular PWA with .NET Core WebApi like an offline desktop application. All the coding part were already explained in this article.
Requirement
Just to recollect, Our requirement is to build an application that should run cross-platform, targeting various levels of customers. In other words, we are going to build an app that we provide as a SaaS on cloud (or) a distributable package.
Target Customers
- An individual customer going to use it as a personal app from their mobile devices (Android / iOS).
- Medium to Large scale organizations is going to use this app as a cloud-based SaaS service.
- Small Shops going to use this app as an offline desktop application.
Obviously, we are not going to do multiple projects that support different platforms, that’s why we chose PWA as our solution.
In the previous article, our goal is to run our app as an offline desktop application, hence we deployed it as a windows service. But for this demo, we need this to be hosted on a web server. So I have deployed this in an Nginx Web Server(Linux platform).
NOTE: Since we deploy this as a web application, we should not include the “–service” switch on execution.
Let's begin the demo
Hope you guys have enjoined this demo 🙂
Tag:Angular PWA, desktop, PWA, standalone