Hello.
Is it possible to change enable/disable Javascript support after already build browser in runtime (not at GlobalCEFApp init)?
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.
How to disable JavaScript "on the fly"?
- salvadordf
- Posts: 4575
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: How to disable JavaScript "on the fly"?
I just uploaded a new CEF4Delphi version to GitHub with a couple of new TChromium properties.
Try setting TChromium.JavascriptEnabled to FALSE at runtime with the latest CEF4Delphi version.
Try setting TChromium.JavascriptEnabled to FALSE at runtime with the latest CEF4Delphi version.
Re: How to disable JavaScript "on the fly"?
Super! Thank you!