Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interactive motion does not work anymore on iOS > 12 #35

Closed
ric-bianchi opened this issue Feb 26, 2020 · 2 comments
Closed

Interactive motion does not work anymore on iOS > 12 #35

ric-bianchi opened this issue Feb 26, 2020 · 2 comments
Assignees
Labels
bug Something isn't working deployment All things related to deployment on servers gui Everything related to the GUI

Comments

@ric-bianchi
Copy link
Member

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.

@ric-bianchi ric-bianchi self-assigned this Feb 26, 2020
@ric-bianchi ric-bianchi added bug Something isn't working deployment All things related to deployment on servers gui Everything related to the GUI labels Feb 26, 2020
@ric-bianchi
Copy link
Member Author

Fixed and deployed.

@ric-bianchi
Copy link
Member Author

Created #36 for the bug with the cursor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working deployment All things related to deployment on servers gui Everything related to the GUI
Projects
None yet
Development

No branches or pull requests

1 participant