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
I want to show a window opened from Window.open() on all screens of mac, I read this issue, function win.setVisibleOnAllWorkspaces(visible) seems to do my job, but I tried this function and also I tried in manifest visible-on-all-workspaces but nothing seems to work. . I'm using macOS Sierra version 10.12.5, and nw.js version is 0.12.2, below is the code,
I have also tried this test case but this does not work as well, running index.html gives error "Uncaught TypeError: undefined is not a function" at line 21, index2.html does not gives any error but the window does not show on all (screens/desktops/workspaces) on mac
The text was updated successfully, but these errors were encountered:
I want to show a window opened from Window.open() on all screens of mac, I read this issue, function win.setVisibleOnAllWorkspaces(visible) seems to do my job, but I tried this function and also I tried in manifest visible-on-all-workspaces but nothing seems to work. . I'm using macOS Sierra version 10.12.5, and nw.js version is 0.12.2, below is the code,
I have also tried this test case but this does not work as well, running index.html gives error "Uncaught TypeError: undefined is not a function" at line 21, index2.html does not gives any error but the window does not show on all (screens/desktops/workspaces) on mac
The text was updated successfully, but these errors were encountered: