Features in Technical Preview

Features in Technical Preview are available to use in non-production or limited production environments, and to give customers an opportunity to share feedback. Citrix does not accept support cases for features in technical preview but welcomes feedback for improving them. Citrix might act on feedback based on its severity, criticality, and importance.

List of features in Technical Preview

The following table lists the features in technical preview. These features are request-only preview features. To enable and provide feedback for any of these features, fill out the respective forms.

Title Available from version Enablement form (Click the icon) Feedback form (Click the icon)
Adaptive Transport 2311 Feedback form Feedback form
Accessibility and TalkBack 2307 Enablement not required Feedback form

Adaptive Transport

This feature is in technical preview from 2311 release.

Starting from the 2311 version, Citrix Workspace app for ChromeOS supports the Adaptive Transport feature.

Adaptive Transport delivers a superior user experience on challenging long-haul connections while maintaining server scalability. This feature delivers a high-quality HDX experience on web-based platforms.

For more information, see the Adaptive transport section in the Citrix Virtual Apps and Desktops documentation.

Notes:

  • This feature is disabled by default.
  • This feature is a request‑only preview. To get it enabled in your environment, fill out the Podio form.

System requirements

The following are the requirements for using Adaptive Transport and EDT:

  • Control plane

    ◈ Citrix DaaS (formerly Citrix Virtual Apps and Desktops service)

    ◈ Citrix Virtual Apps and Desktops 1912 or later

  • Virtual Delivery Agent

    ◈ Version 1912 or later (2203 or later recommended)

    ◈ Version 2012 is the minimum required for using EDT with the Citrix Gateway Service

  • StoreFront

    ◈ Version 3.12.x

    ◈ Version 1912.0.x

  • Citrix Gateway (ADC)

    ◈ 13.1.17.42 or later (recommended)

    ◈ 13.0.52.24 or later

    ◈ 12.1.56.22 or later

  • Firewall (from VDA perspective)

    ◈ UDP 1494 inbound – if session reliability is disabled

    ◈ UDP 2598 inbound – if session reliability is enabled

    ◈ UDP 443 inbound – if you enable VDA SSL for ICA encryption (DTLS)

    ◈ UDP 443 outbound – if using Citrix Gateway Service. For more information, see the Citrix Gateway service documentation.

Administrator configurations

  • To configure the HDX Adaptive Transport setting in the Citrix policy, see the Configuration section in the Citrix Virtual Apps and Desktops documentation.
  • You can configure the Adaptive Transport feature in the following way:

    Google Admin Policy

    For managed devices and users, administrators can enable the feature using the Google Admin Policy as follows:

    1. Sign in to the Google Admin Policy.
    2. You can apply this configuration to the following:

      • Device > Chrome > Apps and extensions > Users and browsers > Search for the extension > Policy for extensions.
      • Device > Chrome > Apps and extensions > Kiosks > Search for the extension > Policy for extensions.
      • Device > Chrome > Apps and extensions > Managed guest sessions > Search for the extension > Policy for extensions.

      The following is an example of JSON data:

      {
      "settings": {
      "Value": {
          "settings_version": "1.0",
                  "engine_settings": {
                      "features": {
                          "edt": {
                              "enabled": true
                                  }
                              }
                          }
                      }
                  }
      }              
      <!--NeedCopy-->
      
    3. Save the changes.

End user configuration

To enable the adaptive transport feature, enter chrome://flags in the Google Chrome browser address bar. Enable the option Enable Isolated Web Apps as shown in the following screenshot:

Option

Accessibility and TalkBack

This feature is in technical preview from 2307 release.

Citrix Workspace app provides an enhanced user experience with the TalkBack feature. The TalkBack feature helps end users who have difficulty seeing the screen. The narrator reads the screen elements aloud when using the UI.

To use the ChromeOS narrator (ChromeVox), end users must use the keyboard shortcut Ctrl+Alt+Z to turn the narrator on. Use the same key combination to turn the narrator off.

Note:

  • By default, this feature is disabled.

Configuration

You can configure the Accessibility feature in one of the following ways:

  • Configuration.js
  • Google Admin Policy

Configuration.js

To enable the accessibility feature using the configuration.js file, do the following:

  1. Locate the configuration.js file in the ChromeApp root folder.

    Notes:

    • Citrix recommends that you back up the configuration.js file before making changes.
    • Citrix recommends editing the configuration.js file only if the Citrix Workspace app for ChromeOS is repackaged for users.
    • Administrator-level credentials are required to edit the configuration.js file.
  2. Edit the configuration.js file and add the accessibility attribute. Set the enable attribute to true.

    The following is an example of JSON data:

    'features' :
    {
        'accessibility': {
              'enable': true
            },
    }
    
    <!--NeedCopy-->
    
  3. Save the changes.

Google Admin Policy

For managed devices and users, administrators can enable the feature using the Google Admin Policy as follows:

  1. Sign in to the Google Admin Policy.
  2. Go to Device management > Chrome Management > User Settings.
  3. Add the following strings to the policy.txt file under the engine_settings key. Following is an example of JSON data:

    'features' :
    {
        'accessibility': {
              'enable': true
            },
    }
    
    <!--NeedCopy-->
    
  4. Save the changes.
Features in Technical Preview