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

Disable motion & orientation access on iOS < 12.2 #10

Open
exxr opened this issue Jun 4, 2019 · 2 comments
Open

Disable motion & orientation access on iOS < 12.2 #10

exxr opened this issue Jun 4, 2019 · 2 comments

Comments

@exxr
Copy link

exxr commented Jun 4, 2019

How hard is it to implement this privacy feature in Safari before iOS 12.2 when Apple patched it? Can we disable sensors access?

@opa334
Copy link
Owner

opa334 commented Jun 5, 2019

Disabling it globally should be doable as long as there is an API that's used by Safari to supply the data, site specific would be pretty difficult.

How does Apple handle this? Is there any video of this in action?

@exxr
Copy link
Author

exxr commented Jun 5, 2019

Yeah since iOS 12.2 Apple has a toggle to enable/disable the DeviceMotionEvent and DeviceOrientationEvent events. See this article https://www.macrumors.com/2019/02/04/ios-12-2-safari-motion-orientation-access-toggle/

For more info on the privacy issues, check this out https://sensorid.cl.cam.ac.uk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants