rvdleun / onoffice

The open-source Virtual Office, powered by WebVR
https://onoffice.app
GNU General Public License v3.0
119 stars 15 forks source link

Implement DeviceMotionEvent API for iOS #20

Closed rvdleun closed 4 years ago

rvdleun commented 4 years ago

Goal The user should be able to give permission to let the app get access to the Device Motion Sensors.

Description Due to Apple cutting off access to the devicemotion events on the browser by default, On/Office doesn't work on iOS devices at the moment. With the latest update, a permission API has been added that will give the app access again.

Deliverables

rvdleun commented 4 years ago

Implemented with https://github.com/rvdleun/onoffice/pull/25