Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Ulteriori informazioni

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

Getting device orientation to magnetic north

  • 2 risposte
  • 1 ha questo problema
  • 4 visualizzazioni
  • Ultima risposta di grantdelandro

more options

This is a web developer question so sorry if it doesn't belong here but I've tried search everywhere else.

Is it possible to get a devices orientation from magnetic north of firefox mobile? I can get this value for every other major browser, but not FireFox Mobile. - DeviceOrientationEvent.webkitCompassHeading is not supported. - DeviceOrientationEvent.absolute is false so the alpha is not set to north. - GeolocationCoordinates.heading is not useful. - Magnetometer is not supported.

This is for a web based 3D wayfinding mobile page I'm developing for a university to help staff and students navigate campuses, and having the 3D map on the page orientate with the device really helps.

This is a web developer question so sorry if it doesn't belong here but I've tried search everywhere else. Is it possible to get a devices orientation from magnetic north of firefox mobile? I can get this value for every other major browser, but not FireFox Mobile. - DeviceOrientationEvent.webkitCompassHeading is not supported. - DeviceOrientationEvent.absolute is false so the alpha is not set to north. - GeolocationCoordinates.heading is not useful. - Magnetometer is not supported. This is for a web based 3D wayfinding mobile page I'm developing for a university to help staff and students navigate campuses, and having the 3D map on the page orientate with the device really helps.

Tutte le risposte (2)

more options

Hi

This is a great question, but not one that we can help you with. I recommend that you ask at:

https://stackoverflow.com/

more options

It appears there is no way to get the degrees to Magnetic North on Fire Fox mobile. You can get this value on every other major browser and it is very useful for augment reality and way finding web apps.

I have looked for hours but can find no way to even suggest to the developers to look into this. Can anyone suggest a way to post a request for this to the devs?

This is part of the W3C DeviceOrientation Specification and would be great to have Mozilla implement it. https://www.w3.org/TR/orientation-event/#deviceorientationabsolute https://developer.mozilla.org/en-US/docs/Web/API/Window/ondeviceorientationabsolute