Hi,
when using the new Webbrowser (CEF) control we don't seem to be able to use the 'CTRL' + scroll to zoom in /out on a webpage like one can do on a regular browser.
This would normally not be a very big problem but we have one particular site where that browser behaviour is very needed en therefore much used.
I have searched but have not found anything on this matter. I know there is a 'zoom' function on the webbrowser control so perhaps i can code something myself to fix this, but i wanted to ask this here first.
Greetz
Pieter
PS: using the latest version PB 2019 R3 build 2703
What I meant is that even though you can use the 'CTRL' + scroll to zoom in /out feature on a page in a browser, it doesn’t mean that it is the page built-in feature, it is integrated into the browser.
WebBrowser itself doesn’t have this integrated feature so you need to write the JS code by yourself to implement it.
Regards,
we ended up doing this and it works. Thx for the tip...
Greetz.... Pieter
Thanks for sharing the information and I am glad that you got it resolved.
Regards,