-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expansion options CefLifeSpanHandler() #244
Comments
Original comment by Oliver Schemmel (Bitbucket: Oliver Schemmel). Dear Marshall, in order to control the creation of the popup window we need a solution to this issue as well. Is there any chance that this issue will be resolved anytime soon? Best regards, Oliver |
Original comment by Oliver Schemmel (Bitbucket: Oliver Schemmel). It would be nice, to have all params from OnBeforePop exposed to the Java Wrapper. We want to manipulate the look of the opened popup window. E.g. the icon, the tile bar text, window position, full screen mode etc. We understand that this could be done with CEF by changing properties of CefWindowInfo. So we need at least this parameter in Java-CEF. |
|
|
Original report by Igor_Zh (Bitbucket: Igor_Zh).
onBeforePopup() method JCEF contains three parameters, but for full control over the popup that is not enough
The CEF implementation of this method extended
I propose to increase the options in JCEF
The text was updated successfully, but these errors were encountered: