Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

how to enable web right click menu

Post Reply
coater
Posts: 187
Joined: Sat Sep 29, 2018 1:51 pm

how to enable web right click menu

Post by coater »

Some websites diabled right click. Is it possible to enable right click to obtain web menu in popupbrowser?
Thank you!
User avatar
salvadordf
Posts: 4575
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: how to enable web right click menu

Post by salvadordf »

Hi,

I don't know of any cef setting to do that but there seems to be some workarounds with JavaScript :
https://superuser.com/questions/279166/ ... click-menu

The author of this extension claims that you can only do that with JavaScript :
https://chrome.google.com/webstore/deta ... oaeo?hl=en

This is the source of another extension to do that :
https://github.com/kyo-ago/enable-right-click
coater
Posts: 187
Joined: Sat Sep 29, 2018 1:51 pm

Re: how to enable web right click menu

Post by coater »

Connot be done by CEF! :o :o :o
Self defined menu gone!
How pity it is!

Can message(click or mousedown) be captured by Application.OnMessage or GlobalCEFApp.OnProcessMessageReceived?

Thank you!
Post Reply