Window: userproximity event

Obsolete
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.

The userproximity event is fired when fresh data is available from a proximity sensor (indicates whether the nearby object is near the device or not).
Bubbles No
Cancelable No
Interface UserProximityEvent
Target DefaultView (window)
Default Action None
Event handler property Window.onuserroximity
Specification Proximity Sensor

Note: This event has been disabled by default in Firefox 62, behind the device.sensors.proximity.enabled preference (bug 1462308).

Other properties

Property Type Description
near Read only boolean The current user proximity state.

Specifications

Specification Status
Proximity Sensor
The definition of 'Proximity Events' in that specification.
Working Draft

See Also