Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Caută ajutor

Atenție la excrocheriile de asistență. Noi nu îți vom cere niciodată să suni sau să trimiți vreun SMS la vreun număr de telefon sau să dai informații personale. Te rugăm să raportezi activitățile suspecte folosind opțiunea „Raportează un abuz”.

Află mai multe

how to detect Utility Tray touch events

  • 1 răspuns
  • 1 are această problemă
  • 19 vizualizări
  • Ultimul răspuns dat de Ralph Daub

Is there any way to register event listeners for utility tray from "Firefox application"?

eg: var utility_tray = document.getElementById('utility-tray');

          utility_tray.addEventListener('touchstart', handleEvent);

We are able to register and handle normal events on screen. But not able to get events when utility tray is pulled down. Is there any apis can be used from applications which provides information of utility tray events

Is there any way to register event listeners for utility tray from "Firefox application"? eg: var utility_tray = document.getElementById('utility-tray'); utility_tray.addEventListener('touchstart', handleEvent); We are able to register and handle normal events on screen. But not able to get events when utility tray is pulled down. Is there any apis can be used from applications which provides information of utility tray events

Toate răspunsurile (1)

Hi anna123,

The Support Forums are geared towards end-user questions and issues with the standard functions of Firefox OS.

For developer related questions, you will find more support through MDN, mailing lists, and StackOverflow:

I hope you find this information useful. Please let us know if you have any questions about your Firefox OS device.

Thanks,

- Ralph