Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

Getting device orientation to magnetic north

  • 2 ответа
  • 1 имеет эту проблему
  • 7 просмотров
  • Последний ответ от 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.

Все ответы (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