You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code: CefSettings settings = new CefSettings(); settings.windowless_rendering_enabled = true; cefApp_ = CefApp.getInstance(settings); client_ = cefApp_.createClient(); browser_ = client_.createBrowser("xxx.html", true, true); browserUI_ = browser_.getUIComponent();
the background of a browser should be transparent, but it is like this
The background should not be a red and blue gradient
The text was updated successfully, but these errors were encountered:
Code:
CefSettings settings = new CefSettings(); settings.windowless_rendering_enabled = true; cefApp_ = CefApp.getInstance(settings); client_ = cefApp_.createClient(); browser_ = client_.createBrowser("xxx.html", true, true); browserUI_ = browser_.getUIComponent();
the background of a browser should be transparent, but it is like this
The background should not be a red and blue gradient
The text was updated successfully, but these errors were encountered: