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
Hi, I am using nwjs 0.14.3 -win32 sdk version , when I using
window.open to open a local fire , the loaded event is OK
but when open an remote url , the loaded event do not fired.
code as below:
Hi, I am using nwjs 0.14.3 -win32 sdk version , when I using
window.open to open a local fire , the loaded event is OK
but when open an remote url , the loaded event do not fired.
code as below:
if url is localfile as test.html , the event is ok.
if I replace "test.html " as "http://www.google.com" , the event won't fired.
The text was updated successfully, but these errors were encountered: