Hi,
I'm trying to resize a popup window using the javascript functions resizeTo() and resizeBy() but nothing happens when these functions are called in cefsharp. Are resizeTo() and resizeBy() supported by cefsharp for popup windows or is there another workaround to enable resizing of popups?
The popup window is a child window created using window.open(). The resize works fine in a native chrome browser but nothing happens when executed inside cefsharp.
Thanks.