Dean Hume hat kürzlich sehr gute Arbeit mit PWA geleistet, und er hat auch viele der neuen Plattform-APIs untersucht, in diesem Fall die Generic Sensor API:
The Ambient Light Sensor API provides developers with the means to determine ambient light levels as detected by the device’s main light detector. This information is available to developers in terms of lux units. If you are building a Progressive Web App and you want to style it differently depending on the light levels in the room, then this could be the feature for you. There are a number of use cases for this feature, such as a web application that provides input for a smart home system to control lighting, a “Kindle” style reading app, or even a web app that calculates settings for a camera with manual controls (aperture, shutter speed, ISO, etc.).
Ich habe auf dem Chrome Dev Summit 2016 von der generischen Sensor-API gesprochen, es dauert also eine Weile, bis sie in Chrome landet (ich glaube, dass sie immer noch hinter einer Flagge steht) und es sieht so aus, als wäre sie zuerst in Edge gelandet. Der Umgebungslichtsensor ist eine von vielen APIs, die auf generischen Sensoren & mdash; es gibt mehr wie Kreisel und Magnetometer & mdash; und es ermöglicht Ihnen, Informationen über die Umgebungshelligkeit um den Benutzer herum zu erhalten, die Anwendungsfälle wie die automatische Anpassung der Helligkeit oder sogar den Benutzer zu einem dunklen Modus wechseln. Es wird sicherlich interessant sein, zu sehen, was die Basis-Generic-Sensor-API für das Web-Erlebnis bringt.