Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter support for PWA
#1
Rainbow 

Hello Everyone,

Is there any support for Progressing Web App(PWA) in CI4, is there any library or helper?

OR 

We can use it with PWA same way as the current version 3.x?
Reply
#2

PWA is not related to backend. CI4 us a back-end framework.
Reply
#3

This question was asked before, and it doesn't look like there was a satisfactory answer then.
https://forum.codeigniter.com/thread-707...hlight=pwa
Reply
#4

Hi , this is a old thread, but it is fairly simple to make a PWA with CI4 today.
Assuming you have a ready site which is responsive & with SSL, just use  pwabuilder.com to create the manifest.json, assets, service workers.
Then you have to modify the  first page your site lands on in /app/views ( probably the layout section of the view page)  and then link to the manifest.json as well to a index.js  ( create one in public folder) file which links up the service worker.

And  you are done.

Let me know if you need more details
Cheers
Reply




Theme © iAndrew 2016 - Forum software by © MyBB