I am using Cefglue of below specification in my app. Whenever I click on a link, and if link opens in new tab it's window state is always in restored state. How to open the tab always in maximized state?
My Current Setup :-
- CEF_VERSION = "106.0.26+ge105400+chromium-106.0.5249.91";
- CEF_Glue_VERSION : 106.0.26.0
- IDE: Visual Studio/express 2019
- Application Type : Windows Forms
To maximize the new tab that opened I have used OnBeforePopup handle which is a part of CefLifeSpanHandler and set the windowInfo.Style property to Maximize like so :