BlueDot
BlueDot copied to clipboard
Read device orientation data from the app
Quite a big request, but it would be awesome if you could read the device's orientation as well as the dot position.
Its a potential for the future.
This feels like a separate operation (3) returning orientation data.
https://developer.android.com/reference/android/hardware/SensorManager.html describes how to use the sensors to get orientation.
Rather than to report the device orientation, the app could adapt it self to the orientation. If I put my phone sidewise (landscape) and I press up, it should be the same output as when in portrai and I press UP.
@dglaude this issue refers to the physical orientation of the phone (i.e. as reported by the gyroscope) not the orientation of the screen.
Then should I raise another issue? The usecase is real, you may want to hold your phone one way or another.