Interactive motion does not work anymore on iOS > 12 #35
Labels
bug
Something isn't working
deployment
All things related to deployment on servers
gui
Everything related to the GUI
On iOS > 12 access to motion sensors from the browser is disabled by default. Only sites which are accessed through
https
and for which the explicit access has been requested and accepted can access the phone's motion sensors.So, I had to update the A-Frame framework to the latest stable release. This has the tools to ask the user to access the motion sensor when launching the app.
Also, with the new A-Frame the cursor as we had implemented did not work anymore.
I updated the cursor to the new a-frame entity.
It now works, but introduced a minor bug, for which I will open another issue.
Deployed the new version to the web, the app is now working again on phones.
The text was updated successfully, but these errors were encountered: