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

Gyroscope Support for iOS #111

Closed
robbynickles opened this issue Jan 30, 2015 · 1 comment
Closed

Gyroscope Support for iOS #111

robbynickles opened this issue Jan 30, 2015 · 1 comment

Comments

@robbynickles
Copy link

When running on an iPhone 4s with iOS 7.1.1, the gyroscope fails with a NotImplementedError.

@robbynickles
Copy link
Author

The problem was in platforms/ios/gyrscope.py within init().

On line 15,
#Old line

#self.bridge.motionManager.setGyroscopeUpdateInterval_(0.1)

#New line
self.bridge.motionManager.setGyroUpdateInterval_(0.1)

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

No branches or pull requests

1 participant