BlueDot icon indicating copy to clipboard operation
BlueDot copied to clipboard

Read device orientation data from the app

Open bennuttall opened this issue 7 years ago • 4 comments

Quite a big request, but it would be awesome if you could read the device's orientation as well as the dot position.

bennuttall avatar Mar 31 '17 00:03 bennuttall

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.

martinohanlon avatar Mar 31 '17 14:03 martinohanlon

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 avatar Jun 02 '17 14:06 dglaude

@dglaude this issue refers to the physical orientation of the phone (i.e. as reported by the gyroscope) not the orientation of the screen.

martinohanlon avatar Jun 02 '17 15:06 martinohanlon

Then should I raise another issue? The usecase is real, you may want to hold your phone one way or another.

dglaude avatar Jun 02 '17 16:06 dglaude