gwt-material icon indicating copy to clipboard operation
gwt-material copied to clipboard

Progressive Web Apps Development

Open kevzlou7979 opened this issue 6 years ago • 0 comments

Currently in 2.1-SNAPSHOT or release_2.1

Current Demo

https://gwtmaterialdesign.github.io/gwt-material-demo/pwa/#pwagettingstarted image

PWA Checklists:

  • [x] Progressive - GMD Currently supports it for responsive layouts. Guidelines

  • [x] Installable - Using Web App Manifest you can configure how your app will behave like native web app by adding it to your homescreen. Guidelines

  • Mobile

pwa-2 1

  • Desktop

manifest-desktop

  • [x] Service Worker (Experimental) - Enables offline support for your progressive web.

service-worker-desktop

  • [x] Push Notifications - A rich notification service provided by google.

  • Desktop

push-notifications-desktop

  • Mobile

push-notifications

kevzlou7979 avatar Aug 01 '17 00:08 kevzlou7979