Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Compass heading from deviceorientation
Message
De
25/04/2014 01:57:10
 
 
À
24/04/2014 15:07:47
Information générale
Forum:
HTML5
Catégorie:
Problèmes de navigateur
Divers
Thread ID:
01598938
Message ID:
01599047
Vues:
40
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform