Web advanced options
Last updated: October 28, 2024
This topic describes how to configure Web SDK advanced options.
The options described below are supported in Web SDK version 3.5.3
unless otherwise stated.
Option type | Option name | Description | Default | Example |
---|---|---|---|---|
Allow landscape | allow_landscape
|
Allow hand held devices to start in landscape orientation. Different behaviors apply for different device and browser combinations. Only applicable to GPA and generally only applies to Android tablet devices. |
false
|
allow_landscape="true"
|
Enable camera selector | enable_camera_selector
|
Enable the multiple camera selection slot. | false
|
enable_camera_selector="true"
|
Debug logs | debug
|
Enable debug logging. Should be set to |
false
|
debug="true"
|
Kiosk mode | kiosk_mode
|
Used on physical hardware. | kiosk_mode="true"
|
|
Aria live | aria_live
|
3.6.1 (and later)
Control how notifications are read out by the screen reader.
Example: For more details see the official ARIA web site. |
assertive
|
aria_live="assertive"
|
Next step