-
Notifications
You must be signed in to change notification settings - Fork 471
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
[Chrome Runtime] Impossible to use window.open during page load #3785
Comments
Same problem here with CefSharp Winform: window.open() does not work immediately in the page loading. Only work around is to use the legacy Alloy bootstrap |
Any news about this issues ? Don't hesite if you have problem to reproduct it. It's a blocking ticket for me. |
I'm just trying the 128 release, and the problem is still here ... 1-2sec before you can call the method.... When I use the ALLOW, it work on the first call as expected : I use CefSharp to test the problem ( with the minimal project CefSharp.MinimalExample ) ( no custom code ). Pls, someone can help us ???? |
Same problem here ! |
Ok, I've made a test with the CefClient Sample Application and it work .... So the problem is on CefSharp .... |
I believe the solution was to disable the popup blocker. More details at cefsharp/CefSharp#4940 (comment) |
Describe the bug
With the Chrome Runtime, when I try to make a window.open during the load of a page, it doesn't work for 5-15 seconds.
To Reproduce
Start load this page :
Expected behavior
The same behaviour of the ALLOY Runtime, the open.window work on the first call and enter in the OnBeforePopup method...
Versions (please complete the following information):
Additional context
No problem with Chrome.
The text was updated successfully, but these errors were encountered: