-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
window.open
does not load inject_js_start
or inject_js_end
when opening the page.
#7320
Comments
Could you please provide a full sample (not code snippets) so we can reproduce? |
You can try to pass |
btw, I also tried the scenario that the 2 options are in |
I know that |
window.open
does not load inject_js_star
or inject_js_end
when opening the page.window.open
does not load inject_js_start
or inject_js_end
when opening the page.
This is fixed in git and will be available in the next nightly build. |
After the ‘nightly build’ test, the above 2 options were resolved. However, |
The |
In NW1, the |
NWJS Version :0.43.5
Operating System :window
Expected behavior
window.open
loadsinject_js_star
orinject_js_end
when opening the page.Actual behavior
window.open
does not loadinject_js_star
orinject_js_end
when opening the page, the new window"position": "center"
does not work and sometimes cannot be closed.How to reproduce
using nw2
The text was updated successfully, but these errors were encountered: