Replies: 1 comment
-
You can use the constructor at http://cefsharp.github.io/api/88.2.x/html/M_CefSharp_Wpf_ChromiumWebBrowser__ctor_2.htm |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use CefSharp.Wpf.ChromiumWebBrowser for my app, my app has several pages, only one page is active page. Every page has one or several ChromiumWebBrowser instances. I want ChromiumWebBrowser instances in all pages can preload HTML with URLs, so that the page is ready after active the page. Now only the ChromiumWebBrowser intances in first page can load HTML, the instances in other pages cannot load HTML, even after I click and show the page.
I searched some solution, such as link below. It says call browser.CreateControl(), but CreateControl is only for CefShap.WinForm.ChromiumWebBrowser, CefSharp.Wpf.ChromiumWebBrowser does not have method CreateControl.
#1406
Does anyone know how to solve this issue? Thanks in advance.
Neal
Beta Was this translation helpful? Give feedback.
All reactions