mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-02-16 13:40:49 +01:00
pwa: reposition doctoc
This commit is contained in:
parent
15edd716ad
commit
5a0d101cd0
@ -1,7 +1,27 @@
|
|||||||
|
# Potentially useful progressive web apps
|
||||||
|
|
||||||
|
Method for distinguishing PWAs from normal websites: adding them to
|
||||||
|
iOS homescreen and seeing which open as "their own apps" _or_ having
|
||||||
|
Chromium suggest "installing" them without manually "installing" them.
|
||||||
|
|
||||||
|
Proper identification: `view-source` (`CTRL - U`) and `CTRL - F` for
|
||||||
|
`manifest` e.g. `<link rel="manifest" href="/manifest.webmanifest">` in `<head>`.
|
||||||
|
|
||||||
|
- https://caniuse.com/web-app-manifest
|
||||||
|
- https://developer.mozilla.org/docs/Web/Manifest
|
||||||
|
|
||||||
|
It looks like `about:apps` on Edge (or all Chromiums?) has a
|
||||||
|
`Show applications menu on toolbar` button which then when pressed on a tab
|
||||||
|
has more details for PWAs. "App whatever is available" with logo and "Publisher:"
|
||||||
|
fields.
|
||||||
|
|
||||||
|
**_TODO: Some of these may be miscategorized while not fullfilling the criteria of PWA._**
|
||||||
|
|
||||||
|
<!-- prettier-ignore-start -->
|
||||||
|
|
||||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||||
|
|
||||||
- [Potentially useful progressive web apps](#potentially-useful-progressive-web-apps)
|
|
||||||
- [Events](#events)
|
- [Events](#events)
|
||||||
- [Food](#food)
|
- [Food](#food)
|
||||||
- [Forums](#forums)
|
- [Forums](#forums)
|
||||||
@ -21,24 +41,7 @@
|
|||||||
|
|
||||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
|
|
||||||
# Potentially useful progressive web apps
|
<!-- prettier-ignore-end -->
|
||||||
|
|
||||||
Method for distinguishing PWAs from normal websites: adding them to
|
|
||||||
iOS homescreen and seeing which open as "their own apps" _or_ having
|
|
||||||
Chromium suggest "installing" them without manually "installing" them.
|
|
||||||
|
|
||||||
Proper identification: `view-source` (`CTRL - U`) and `CTRL - F` for
|
|
||||||
`manifest` e.g. `<link rel="manifest" href="/manifest.webmanifest">` in `<head>`.
|
|
||||||
|
|
||||||
- https://caniuse.com/web-app-manifest
|
|
||||||
- https://developer.mozilla.org/docs/Web/Manifest
|
|
||||||
|
|
||||||
It looks like `about:apps` on Edge (or all Chromiums?) has a
|
|
||||||
`Show applications menu on toolbar` button which then when pressed on a tab
|
|
||||||
has more details for PWAs. "App whatever is available" with logo and "Publisher:"
|
|
||||||
fields.
|
|
||||||
|
|
||||||
**_TODO: Some of these may be miscategorized while not fullfilling the criteria of PWA._**
|
|
||||||
|
|
||||||
## Events
|
## Events
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user