No movement on ios - aframe.io example runs, same(?) code not? What's the different?

前端 未结 1 423
庸人自扰
庸人自扰 2021-01-23 03:14

Under IOS, the solution no longer reacts to movements.

My solution has worked and now is no longer working.

Also the \"hello world\" example with the source code

相关标签:
1条回答
  • 2021-01-23 03:40

    Unfortunately, Chrome (m74+) and Safari (iOS 12.2+) now ship with sensor access disabled by default. The user has to enable manually on settings:

    • chrome://flags/#enable-generic-sensor in Chrome

    • Settings -> Safari -> Motion & Orientation Access in Safari iOS

    Content also must be served over https.

    More info on: https://github.com/aframevr/aframe/issues/3976

    0 讨论(0)
提交回复
热议问题