Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

How to completely disable developer tools including using shortcuts?

Post Reply
User avatar
salvadordf
Posts: 4620
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

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

Post 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.
Post Reply