Allow Multiple Tabs
Supported In:
This setting allows you to open content in multiple tabs. When a link opens a page in a new window, Kiosk Pro will create a new tab.
Default Value: Off
This setting applies to links that use the following methods:
- an anchor tag with a
target="_blank"
attribute - a JavaScript
window.open();
call with a "_blank" name parameter - our custom URL handler
kiosk://newTab?url=
Examples
<a href="https://www.kioskgroup.com" target="_blank">Link</a>
window.open('https://www.kioskgroup.com', '_blank');
kiosk://newTab?url=https://www.kioskgroup.com
Values for Remote Settings Control & Managed App Configuration
Key | kp_showMultipleTabs |
---|---|
Key Type | boolean |
Default Value | false |
Change Log
- Added in version 9.0