react-hooks icon indicating copy to clipboard operation
react-hooks copied to clipboard

Leverage capabilities of the new Generic Sensor API

Open kripod opened this issue 6 years ago • 0 comments

Motivation

The Generic Sensor API features a base Sensor interface to build detectors upon. It would deprecate the following hooks:

  • useDeviceMotion
  • useDeviceOrientation

Currently, the browser support is low, but polyfills are available.

Details

kripod avatar Sep 17 '19 20:09 kripod