I need to open 2 chrome windows in kiosk mode (or just fullscreen) on two separate monitors with a single click (.bat file)
This has been somewhat covered in How to open two instances of Chrome kiosk mode in different displays (Windows)
BUT:
The my web app running in the browser uses localstorage to transfer data from one chrome window to the other. So we can't use the --user-data-dir= startup flag which creates completely isolated instance of Google Chrome window.
-- The computer is running on Windows 10
Can somebody suggest another solution?
Thank you
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --chrome --fullscreen --kiosk www.somesite.com
– Gerhard