nw.js icon indicating copy to clipboard operation
nw.js copied to clipboard

nw.shell.openexternal doesn't work well with windows7

Open Irene125 opened this issue 4 years ago • 1 comments
trafficstars

NWJS Version : 0.50.2 Operating System : windows7

Tried to use nw.Shell.openExternal("https://www.google.com/"); to open url in user's default browser, I expect it to launch browser if browser is not already open, but it doesn't work on windows7. (works fine on windows10 and mac os)

Irene125 avatar Mar 03 '21 19:03 Irene125

This is affecting users of my app where Shell.openExternal doesn't work for them. NW.js 0.60.0. My app's previous version was using NW.js 0.55.0 and (apparently) there were no issues. I am not sure if this is only an issue on Windows 7. At least I can't reproduce this in my Windows 10 VM. Linux (which probably just runs xdg-open) and macOS are working fine.

bastimeyer avatar Feb 04 '22 17:02 bastimeyer