Using a Multi-Device Hybrid App development environment like Cordova, you can create applications for different mobile platforms from a single solution.
Using the Cordova CLI directly, you can create a blank multi-device app project that automatically generates the required project structure. This is achieved by using standard Visual Studio and Cordova toolsets and does not require any Unisys specific components. You can then proceed to further develop the application using Web technologies and Cordova plugins.
Using ePortal, you can then extend the basic Cordova project to provide an infrastructure that will load a specified website into the WebView of the device. This enables you to develop multi-device hybrid apps, that allows you to easily access a website such as:
A Unisys MVC Single Page Application
This loads the ePortal MVC Single Page Application into the WebView and the device capabilities can be accessed through Cordova plugins (An MVC App can integrate Unisys Mobile hybrid responsive controls for accessing device capabilities.).
Other Web Applications
This loads a specified website into the WebView, and is intended to provide a quick way to run a standard ePortal Web application on the mobile device.
Note: In this case, the loaded website cannot access device capabilities directly.