Brave is started in full screen (or as kiosk). All works correct. When a new window is request using Javascript window.open, popup-mode, the new page has not the status as full screen.
How reproduce ?
Open Brave
load url (for me it is a local app in php, html, mysql on xampp) showing pictures
To get full size image, hit a thumb. A js is launched containing the command window.open with spec to act as popup
The retained image is full-sized, but not fullscreen. The new window, page does not herrit the settings of the parent browser.
ex. https://www.fotospotter.be/insect.html
Is there a setup so child-pages herrit properties of the parent ?
In Edge, this works:
setup: make a shortcut to edge on the desktop, and open properties add to target:
–kiosk --edge-kiosk-type=fullscreen -no-first-run https://www.fotospotter.be/album.html
Save and run this shortcut
The js-script using window.open is fully functional concering browser-kiosk-setup when fullsized image is requested.
Create shortcut to brave and add to target-propertie: --kiosk
Save and run this shortcut
The js-script using window.open is NOT fully functional concering browser-kiosk-setup when fullsized-image is requested.
Thanks