We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the last version of the plugin when I configure the Panorama object with:
Panorama( ... sensorControl: SensorControl.Orientation, ... )
Is not moving with the mobile sensors, not even with touch.
It's only working with touch if sensorControl it's configure with the default value (SensorControl.None)
@zesage can you check this please?
The text was updated successfully, but these errors were encountered:
It's is not working in my mobile phone too, when I disable SensorControl.Orientation, it works fine!
Sorry, something went wrong.
Try adding an animationSpeed: Panorama( animationSpeed: 0.1, sensorControl: SensorControl.Orientation, ... ) For me that did the trick
Panorama( animationSpeed: 0.1, sensorControl: SensorControl.Orientation, ... )
works for me
fixed zesage#25 Orientation with sensors is not working
0050dc1
No branches or pull requests
In the last version of the plugin when I configure the Panorama object with:
Is not moving with the mobile sensors, not even with touch.
It's only working with touch if sensorControl it's configure with the default value (SensorControl.None)
@zesage can you check this please?
The text was updated successfully, but these errors were encountered: