When using window.open with below given code, there is issue in closing the Window, Minimizing the window, and maximizing the window.
window.open(url, '_blank', "height=" + winH + ",width=" + winW + ",fullscreen=yes");
After pressing win+D (minimizing all windows), and opening only the new window, the above mentioned buttons (Minimize, Maximize, Close) were working.
