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.

Set zoom

Post Reply
thefunkyjoint
Posts: 481
Joined: Thu Aug 10, 2017 12:40 pm

Set zoom

Post by thefunkyjoint »

Hi,

How to set the zoom to 100% always before page loading ?

Thanks !
User avatar
salvadordf
Posts: 4304
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Set zoom

Post by salvadordf »

Hi,

Chromium uses a different zoom setting to each domain so I guess that Chromium saves that information locally.

Try using TChromiumCore.ClearDataForOrigin with different "aStorageTypes" values to see if the zoom setting can be cleared without losing the cookies.

If that fails then try calling TChromiumCore.ResetZoomStep in TChromiumCore.OnLoadStart
thefunkyjoint
Posts: 481
Joined: Thu Aug 10, 2017 12:40 pm

Re: Set zoom

Post by thefunkyjoint »

Thank you ! :D
Post Reply