Tested Resources for PWA
Makes the app installable, provides url to thumbnails and supports opening links directly in the app. See manifest.json
- Install on the device
- Use Service Worker to do background tasks
- Background Sync
- Periodic Sync
- Cache resources for offline use (Can make the PWA work offline)
- Cache data for offline use (ex list of most recent articles)
- Web Share - Share data from and To the PWA. (On mobile phones you choose share and then specify the app you want to share the resource to, for example Whatsapp. We can make the PWA appear in that list)
- URL Handling - Urls will always be open in the app (pwa) instead of the browser, if the user chooses so.
- Work in full screen
- Display notifications on the OS
- Receive push notifications when app is in the background
- Clipboard handling (paste copied images into the pwa)
- Camera - Access device camera to take photos / videos
- Barcode detection - Use device camera to scan barcodes and QR codes
- Geolocation - Allow app to read GPS data from the device (current location)
- Screen wake lock - force the device to keep the screen on while using the app
- Fingerprint authentication
- Orientation detection (landscape, portrait)
- Speech synthesis - Make app speak from text.
- Speech recognition - Make app understand what you're saying and create text from it
- NFC - read and write NFC tags
- Idle detection
- App store payment for pwa (If PWA Is delivered from Android Store, Windows Store or Samsung store)
- Self-updates