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

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Allow "right click context Menu" in Kiosk Mode + Private Window

  • 1 reply
  • 0 have this problem
  • 144 views
  • Last reply by zeroknight
  • Archived

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..?

All Replies (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;
  }