I'm trying to create an app which requires me to find the compass bearing.
The users will hold their device so that the screen is always facing them but will be able to rotate it 360 degrees.
I can successfully determine the bearing for one orientation - portrait or landscape - but I need to find a method which will determine the bearing regardless of rotation.
Can I do this?
Thanks.