framework7io / framework7

Full featured HTML framework for building iOS & Android apps
http://framework7.io
MIT License
18.05k stars 3.23k forks source link

Creating Progressive Web Applications #1694

Open seme1 opened 7 years ago

seme1 commented 7 years ago

This is a (multiple allowed):

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 commented 7 years ago

No feedback/updates on this ???

valnub commented 7 years ago

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.

macdonst commented 7 years ago

@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.

valnub commented 7 years ago

@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.

macdonst commented 7 years ago

@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.