Disable Ctrl+P in IE11

891 views
Skip to first unread message

Jayaseelan A

unread,
Dec 14, 2015, 12:56:38 PM12/14/15
to PDFTron WebViewer
Hi,

Here using webviewer2.1, I tried to disable the Ctrl+P in webviewer.but it doesn't work in IE browsers.

Readercontrol.html
jQuery(document).bind("keyup keydown", function(e){
    if(e.ctrlKey && e.keyCode == 80){        
        return false;
    }
});

Note :Firefox and chrome is working as expected.
how do i disable print dialog in IE?

Matt Bojey

unread,
Dec 14, 2015, 12:59:32 PM12/14/15
to PDFTron WebViewer
Hi,

Unfortunately, we are not aware of any way to disable this shortcut in IE.  You may find this link provides some more information as well http://stackoverflow.com/questions/1130353/disable-internet-explorer-shortcut-keys

Matt
Reply all
Reply to author
Forward
0 new messages