I'm having trouble using the MediaDevices.ondevicechange event in Firefox (77.0) 32-Bit Version. The event is not fired at all. In Firefox (77.0) 64-Bit the code works as expected. My machine is a 64-Bit Windows 10 desktop computer.
The example on the official mozilla site doesn't work either - it doesn't detect device changes in 32-Bit Firefox.
Anyone else experiencing this issue? Is this a bug or the expected behavior?
Is there a way to differentiate between Firefox 32- and 64-Bit with javascript? I don't see a way to do this with just feature detection, as they behave the same (code wise). If yes i could at least implement some kind of fallback.
Any help would be appreciated.