Hi,
How to set the zoom to 100% always before page loading ?
Thanks !
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
- salvadordf
- Posts: 4563
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Set zoom
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
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