Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compass heading from deviceorientation
Message
From
25/04/2014 01:57:10
 
 
General information
Forum:
HTML5
Category:
Browser issues
Miscellaneous
Thread ID:
01598938
Message ID:
01599047
Views:
39
>If you want to look at the site I could give you a URL.....

Yes, send it in PM

Note - this link I gave yesterday http://stackoverflow.com/questions/18112729/calculate-compass-heading-from-deviceorientation-event-api

They test for absolute being true, if not the reading is discarded
 if(evt.absolute === true && evt.alpha !== null) {
    heading = compassHeading(evt.alpha, evt.beta, evt.gamma);
  }
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform