Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Animate CC - right click should be use only for contextmenu.

New Here ,
Nov 30, 2016 Nov 30, 2016

I developed one Ad in HTML canvas. I used below code for clicking to open new window.

this.mainButton.addEventListener("click", fl_ClickToGoToWebPage);

function fl_ClickToGoToWebPage() {

  window.open(window.clickTag, "new");

}

when i do left and right click, it open new window but i want, on right click, it should open only  context menu.

Please guide me.

TOPICS
Ad development
671
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation