All Configuration
Configuration Field/Keys
Key | Description |
---|---|
showUrl | boolean Determines if the URL will be displayed to the user. Defaults to |
showTitle | boolean Determines if the webpage title is displayed to the user. Defaults to |
allowCookiePreview | boolean Determines if user can view the cookies for the current URL. This is used for development purposes. Defaults to |
fixOrientation | boolean Determines if the view is fixed to portrait. Defaults to |
allowUrlEdit | boolean Determines if the user is allowed to edit the URL. Defaults to |
defaultHomepage | string URL of the website to be visited when the browser application is clicked. Defaults to a blank URL. |
enablePinchToZoom | boolean Determines if the user is allowed to pinch to zoom within the webpage. Defaults to |
allowInsecureSites | boolean Determines if the user is allowed to visit insecure websites. Defaults to |
allowCameraAccess | boolean Determines if the website can access the camera. Defaults to |
allowAudioCapture | boolean Determines if the website can access the microphone. Defaults to |
allowPrinterAccess | boolean Determines if the website can access the printers. Defaults to |
allowPopupWindows | boolean Determines if the website can display pop-up windows over webpage content within the browser. Defaults to |
logLevel | string Determines the level of log to be logged in Support Agent. Valid values are |
openInDesktopMode | boolean If used in a |
allowThirdPartyCookies | boolean Determines if the website can use/store third-party cookies. Defaults to |
enableEmsApi | boolean Enable the Launcher Provider, Keyboard, and Scanner APIs to be used from a webpage. Defaults to |
userAgent | string A replacement user agent string to send to the server; the server will process data from the application as if it was coming from a different web browser, as defined by the string. If not specified, will default to the device-provided user agent string. Can be overridden by the value in a shortcut's |
customScriptPath | string The file location, using the file path on the device or an asset, of a Javascript file applied to implement a custom behavior on the BlueFletch Browser. |
customStylePath | string The file locataion, using the file path on the device or an asset, of a CSS file applied to implement custom styles on the BlueFletch Browser. |
createDataWedgeProfile | boolean Determines whether or not a DataWedge profile will be automatically created for the BlueFletch Browser when the application is first launched. Defaults to |
disableBackButton | boolean If |
disableBackButtonMessage | string If |
useWideViewPort | boolean Sets whether the WebView should enable support for the "viewport" HTML meta tag or should use a wide viewport. Default is |
scannerDisableProfile | boolean When using the Javascript Scanner interface logic, the |
webauthnPaths | string Comma-delimited list of hosts where the WebAuthn (FIDO2) interfaces will be enabled within the Browser. If set and the current page matches the host, Browser will allow the use of FIDO2 with NFC security keys on that page. |
clearCacheOnExit | boolean If set true, when the browser closes, will invoke logic to clear cache. Default is false. Introduced in version 2.3.4 |
clearCookiesOnExit | boolean If set true, when browser closes, will invoke logic to clear cookies. Default is false. Introduced in version 2.3.4 |
Notes
If the
"allowCameraAccess"
or"allowCookiePreview"
is set totrue
, the overflow menu and title will be shown. If both are set tofalse
, the overflow menu will be hidden.If the
"showUrl"
or"showTitle"
or"allowUrlEdit"
is set totrue
, the toolbar will be shown. If all three are set tofalse
, the toolbar will be hidden.If the
"defaultHomepage"
is not set, the browser will not launch when the user clicks on the browser application and an error will be displayed.
Sample Browser Configuration
Last updated