HTML5 video without context menu

Asked

Viewed 343 times

9

How to disable the right mouse button context menu in videos, so the video menuzinho does not appear?

$('#nome').contextmenu( function() {
    return false;
});

The above code, but does not work in internet explorer, the video gets invalid source.

1 answer

10


  • Tell me if it worked or not.

  • It’s working on Chrome and firefox, but on ie no, I’ve cleared cookies and everything and nothing.....

  • 4

    Haha, excellent response in Zuul’s OS :)

  • there, it did work, it was bugged...

Browser other questions tagged

You are not signed in. Login or sign up in order to post.