Results 1 - 3 of 3

DeviceLightEvent

The DeviceLightEvent provides web developers with information from photo sensors or similiar detectors about ambient light levels near the device. For example this may be useful to adjust the screen's brightness based on the current ambient light level in order to save energy or provide better readability.
Ambient Light Events API Experimental Expérimental Interface NeedsBetterSpecLink NeedsMarkupWork

DeviceLightEvent.value

The value property provides the current level of the ambient light.
Ambient Light Events API Experimental NeedsBetterSpecLink NeedsMarkupWork Property

Window.ondevicelight

Specifies an event listener to receive devicelight events. These events occur when the device's light level sensor detects a change in the intensity of the ambient light level.
Ambient Light Events API Experimental NeedsMarkupWork Property Reference