framework7 icon indicating copy to clipboard operation
framework7 copied to clipboard

Creating Progressive Web Applications

Open seme1 opened this issue 8 years ago • 5 comments

This is a (multiple allowed):

  • [] bug
  • [X] enhancement
  • [ ] feature-discussion (RFC)

It would be nice if Framework7 has a built-in/easy to implement way for building progressive web applications. Things such as instant load on launch, dynamic content loading of resources when needed an automatic content caching are all desired.

seme1 avatar Jul 22 '17 16:07 seme1

No feedback/updates on this ???

seme1 avatar Aug 08 '17 04:08 seme1

I don't think that F7 should provide PWA features since it's just a view layer framework.

PWA features like Service Workers and such are separate from F7.

Anyway, I'm just starting to dig into PWAs since Webkit support is coming. Maybe there's something that can put in.

valnub avatar Aug 10 '17 11:08 valnub

@seme1 the PhoneGap team has created a number of templates that use F7/Vue to create mobile apps that can run on Android, iOS or as a PWA. Check out the split view one here:

https://github.com/phonegap/phonegap-template-vue-f7-split-panel

We'd love some feedback.

macdonst avatar Aug 10 '17 15:08 macdonst

@macdonst Is there an overview/list of all the templates (and other "stuff") that you guys created regarding PWAs? (Doesn't have to be F7 specific)

I am not sure what's available and what not.

valnub avatar Aug 11 '17 11:08 valnub

@valnub there is also:

https://github.com/phonegap/phonegap-template-vue-f7-blank https://github.com/phonegap/phonegap-template-vue-f7-tabs

and @devgeeks is documenting creating an app using one from scratch.

macdonst avatar Aug 11 '17 13:08 macdonst