Page 1 of 1

Chromium_OnLoadEnd cannot be triggered

Posted: Sun Jan 14, 2024 8:28 am
by coater
When an element like this was clicked, a new window will be opened. But the procedure of Chromium_OnLoadEnd cannot be triggered( browser.MainFrame.ExecuteJavaScript, not run ). How to resolve this problem, thank you!
a href="blob:****" class="pdf-open" target="_blank">

Re: Chromium_OnLoadEnd cannot be triggered

Posted: Sun Jan 14, 2024 1:32 pm
by salvadordf
Hi,

Use the code from the PopupBrowser2 demo to handle popup windows and the implement Chromium_OnLoadEnd in the new child window.