Skip to content

HDX SDK for HTML5

Introduction

Citrix Receiver for HTML5 enhances support for HDX and SDK sessions by enabling you to customize your delivery model for Citrix hosted apps and desktops through your website. This feature is particularly useful for building a rich app experience in your Enterprise portals. It can be used to provide a rich app experience for users as a service when hosting Citrix Receiver for HTML5 on your web server while launching Citrix hosted apps and desktops from your website.

Getting Started

  1. Copy CitrixHTML5SDK.js, HDXLauncher.js, HDXEngine.html files to the same folder as the parent HTML page.
  2. Include CitrixHTML5SDK.js in parent HTML page.
  3. Set the full path of HTML5 Client.
  4. Set the connection parameters for launching the session.
  5. Attach the events if required.
  6. Start the session by passing ICA. You can refer to StoreFront Web APIs to fetch ICA.

Click here to access the full API documentation.