1

Looking forward to know if it's possible to turn a hybrid app into a PWA?

top.eng
  • 1,828
  • 2
  • 13
  • 21

1 Answers1

1

It's possible. I've made one with Angular so if you have any more questions feel free to ask.

Angular PWA

Here are the details https://ionicframework.com/docs/angular/pwa

The @angular/pwa package will automatically add a service worker and an app manifest to the app. To add this package to the app, run:

ng add @angular/pwa

React PWA

Here are the details https://ionicframework.com/docs/react/pwa


Additional links:

Tomislav Stankovic
  • 3,080
  • 17
  • 35
  • 42