Web Components

Web Components are a new and exciting technology that takes the well known "reusable software components" concept to the web. With this HTML5 specification you can build HTML+javascript pieces and use them as a custom HTML element.

 

In Thinfinity VirtualUI you can easily embed Web Components in your Windows application. Some Web Components examples are: a native video streaming component, a raw printing component, a QR component, a signature component, a Google Maps component, and so on.

 

With the purpose of embedding a Web Component in a Windows application, we provide a specialized object that allows you to:

 

Load and run Web Component Javascript files from the Windows app.
Import Web Component HTML files from the Windows app
Securely access local resources that are not in the application's web tree (needed to deploy web or media files in your application)