https://github.com/zprodev/pwa-test
https://github.com/zprodev/pwa-test
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zprodev/pwa-test
- Owner: zprodev
- License: cc0-1.0
- Created: 2019-04-18T06:36:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-02T07:49:31.000Z (over 2 years ago)
- Last Synced: 2025-03-29T16:02:03.355Z (10 months ago)
- Language: JavaScript
- Size: 50.8 KB
- Stars: 2
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.