Disable right mouse click menu

120 views
Skip to first unread message

eidm...@gmail.com

unread,
Feb 24, 2014, 4:30:37 PM2/24/14
to cef...@googlegroups.com
I would like to disable the right click mouse context menu (with back/source/print etc).

Czarek Tomczak

unread,
Feb 24, 2014, 6:00:52 PM2/24/14
to cef...@googlegroups.com
There isn't any API for that yet. For now you can disable it via javascript "contextmenu" event by returning false.

    <body oncontextmenu="return false;">

-Czarek
Reply all
Reply to author
Forward
0 new messages