An open API service indexing awesome lists of open source software.

https://github.com/zprodev/pwa-test


https://github.com/zprodev/pwa-test

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# pwa-test

## [PWA Standard](https://zprodev.github.io/pwa-test/pwa-standard/)

Standard implementation according to the specification.
Works well on Android.

## [PWA for iOS](https://zprodev.github.io/pwa-test/pwa-ios/)

Minimal implementation for iOS 11.3 and later.

## [PWA Fullscreen](https://zprodev.github.io/pwa-test/pwa-fullscreen/)

Standardize Fullscreen display on Android and iOS.

## [PWA Landscape](https://zprodev.github.io/pwa-test/pwa-landscape/)

Standardize Landscape display on Android and iOS.

## [PWA Landscape Fullscreen](https://zprodev.github.io/pwa-test/pwa-landscape-fullscreen/)

Standardize Landscape Fullscreen display on Android and iOS.

## [WebApp for iOS](https://zprodev.github.io/pwa-test/webapp-ios/)

Legacy implementation for older iOS.

## [PWA Maskable icon](https://zprodev.github.io/pwa-test/pwa-maskable-icon/)

Setting maskable icon.

## [PWA Install Control](https://zprodev.github.io/pwa-test/pwa-install-control/)

Controlling the installation with JavaScript.

## [PWA Rich Install](https://zprodev.github.io/pwa-test/pwa-rich-install/)

Add screenshots and descriptions to the installation UI.

## [PWA Dynamic activation](https://zprodev.github.io/pwa-test/pwa-dynamic-activation/)

Enable PWA with JavaScript.
It can be used to load different manifest files according to language settings.

## [Web Push](https://zprodev.github.io/pwa-test/pwa-push/)

Web Push Example.