Closed Bug 1116788 Opened 9 years ago Closed 6 years ago

[ZTE Open C] Orientation events are not fired

Categories

(Firefox OS Graveyard :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: nicolas, Unassigned)

Details

User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0
Build ID: 20141215134203

Steps to reproduce:

I add an event listener on "window" for "deviceorientation" events, then move the device.

window.addEventListener("deviceorientation", function(e) { console.log(e.alpha, e.beta, e.gamma) });


Actual results:

The handler is never called.


Expected results:

When I move the device, events should fire.
Firefox OS is not being worked on
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.