Chrome 67 Beta: WebXR Origin Trial, Generic Sensors Unless otherwise noted, changes described below apply to the newest Chrome Beta channel release for Android, Chrome OS, Linux, macOS, and Windows. View a complete list of the features in Chrome 67 on ChromeStatus.com . Generic Sensors Sensor data is used in many native applications to enable experiences like immersive gaming, fitness tracking, and augmented or virtual reality. This data is now available to web applications using the Generic Sensor API . The API consists of a base Sensor interface with a set of concrete sensor classes built on top. Here are links to the sensor specs and examples of how they might be used. Accelerometer : Use the motion of the device to move around in a 3D video. Gyroscope : Use the orientation of the device to implement a table-top maze . Orientation Sensor : This is what's called a fusion sensor meaning it combines readings from two or more sensors, in this cas...