0
I would like to know how I can disable context menu options in the best way possible, if you have any native form and it’s not hard to undo, it would be interesting.
An example for the expected result is the video tag of the site xvideos.com, they also have the option "Save video as ..." disabled, and the context menu is the default, I would like the same result.
Edit:
I don’t want to create a custom javascript context menu, just disable default menu options, even if the form is javascript, but not create a new one.
In case I don’t want to create a custom context menu, just disable default menu options.
– Henri Azevedo
Then you can still use as a basis to accepted answer that this in the duplicate question, just you do not use the
menu
, see the example.– Icaro Martins
But I want to let the context menu work normal, just disable options from it, disable it totally could use the answer marked as duplicate, but not with respect to the default context menu.
– Henri Azevedo
Okay, I understand your problem, I do not know if this is possible, I will indicate your question to be reopened, it is worth you modify this part of your question
desabilitar as opções
fordesabilitar determinadas opções
or something like that, it’s also worth you putting what options are those you want to disable. = D– Icaro Martins
I will edit Icaro, vlw, and the example I passed is open content, but for those interested in the issue, it is worth accessing any xvideos video, delete a div qe is above the videos and see that in the video tag, is the same default menu.
– Henri Azevedo
If you just want to disable the Html5 tag download
<video>
maybe this one reply from Soen help you.– Icaro Martins
So I took a look that ai is applied in the player of the tag video, this has already applied in my project, it removes the button to download the player Html5
– Henri Azevedo