Page 1 of 1

how to enable web right click menu

Posted: Wed May 27, 2020 2:35 pm
by coater
Some websites diabled right click. Is it possible to enable right click to obtain web menu in popupbrowser?
Thank you!

Re: how to enable web right click menu

Posted: Thu May 28, 2020 9:18 am
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

Re: how to enable web right click menu

Posted: Thu May 28, 2020 11:16 am
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!