Allow Web Kiosk to open more than one browser window on any screen
Last updated October 8, 2024
Setting the policy to Enabled means a Kiosk Web App can open another browser window which can be placed on the same screen or on a different screen. To open a new window, Web App should call window.open(url, target, windowFeatures) JavaScript function.
Setting the policy to Disabled or leaving it unset means a Kiosk Web App can use only the main browser window and cannot open a new window. Calling any Javascript functions for opening a new window will be ignored.