ค้นหาฝ่ายสนับสนุน

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 การตอบกลับ
  • 0 คนมีปัญหานี้
  • 19 ครั้งที่ดู
  • ตอบกลับล่าสุดโดย zeroknight

more options

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)

more options

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;
  }