You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
Write the sections of the PWA developer guide covering the device integration and compatibility topics.
Topics
Intro
Device integration:
Camera
Microphone
Geolocation
(any other hardware devices?)
Contact list (if applicable)
Photo library (if applicable; though can probably provide some form of indirect access using <input type="file">)
Using CSS and media queries to determine and customize for screen size and mode; include things like using the display-mode media feature to detect full screen mode
Web API equivalents for native APIs; mappings for Windows/macOS/iOS/Android APIs to things such as...
Media Capture and Streams
Web Audio API
WebRTC
WebSockets
Canvas
WebGL
WebXR
MediaRecorder API
HTML <audio> and <video> elements
Media Capabilities API
Media Source Extensions
Gamepad
(any others)
Add to Home Screen
The text was updated successfully, but these errors were encountered:
a2sheppy
changed the title
PWA developer guide: Device integration and Web API equivalents for native APIs
PWA developer guide: Device integration, Web API equivalents for native APIs, and add to home screen
Mar 2, 2020
Write the sections of the PWA developer guide covering the device integration and compatibility topics.
Topics
<input type="file">
)display-mode
media feature to detect full screen mode<audio>
and<video>
elementsThe text was updated successfully, but these errors were encountered: