![Firefox logo](https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/products/2020-04-14-08-36-13-8dda6f.png)
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; }