Allow "right click context Menu" in Kiosk Mode + Private Window
Is there anyway to allow "right click context Menu" in Kiosk Mode + Private Window..?
Is there anyway to allow "right click context Menu" in Kiosk Mode + Private Window..?
Всички отговори (1)
Context menus are disabled in kiosk mode without any kind of exception:
function openContextMenu(aMessage, aBrowser, aActor) { if (BrowserHandler.kiosk) { // Don't display context menus in kiosk mode return; }