Page 1 of 1

Re: How to completely disable developer tools including using shortcuts?

Posted: Mon Jan 15, 2018 8:39 am
by salvadordf
Hi,

The developer tools are not automatically added to your application. You have to add some code to handle F12 and an extra context menu option to hide and show them.

If your app doesn't need the developer tools then don't call TChromium.HideDevTool or TChromium.ShowDevTools when you press F12 or click the context menu option.

Take a look at the MiniBrowser demo for more details.