Skip to content

[Question] Progressive Web Apps with CLOG #87

Discussion options

You must be logged in to vote

To create your PWA with clog you just create your boot file as a PWA with your resources in it and include the boot.js file and jQuery and will have access to everything in the PWA once it connects to your CLOG app, so you should account for in the PWA the possibility of not being able to reach the server and deal with that according to your apps needs, waiting icon etc

As for working offline, as just mentioned if boot.js can't reach the CLOG app then you will only have whatever you have programmed in to your PWA available.

The sharing protocols, or any other that are missing, are easily added to CLOG itself if needed.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rabbibotton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #86 on November 18, 2021 16:19.