I am using a DesktopHTMLViewer embedded in a window and ideally I would like to have that browser hide its scrollbars, particularly the vertical one, but I will take all/either.
I have tried various javascript calls with no sucess… the first three don’t seem to be generating errors, just not affecting the browser. The last one gets hung up on the “:”.
I am assuming CEF should be compatible with Chromium Javascript???
I have not tried other platforms as my immediate need is Windows.
Has anyone had success with this or other methods?
One way to get some clues is to display the Dev tools. Have the focus on the HTMLViewer, then hit F12. Look for errors in the page. At the bottom you have access to errors - you must switch to that section.