how to detect Utility Tray touch 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:
- https://developer.mozilla.org/en-US/d.../API
- https://lists.mozilla.org/listinfo
- http://stackoverflow.com/questions/ta.../firefox-os
I hope you find this information useful. Please let us know if you have any questions about your Firefox OS device.
Thanks,
- Ralph