Introduction
This section tells you how to integrate Risk Management SDK using cross-platform frameworks.
Cordova
Cordova is an open source framework for building mobile applications using HTML5, CSS3 and JavaScript - one code base for multiple platforms (Android, iOS, Windows Phone).
It allows you to access native device features using JavaScript - Cordova plugins (Camera, NFC, Bluetooth, GPS and so on) and is typically used in combination with a UI framework.
Ionic
Ionic is built on top of Cordova. It is a front-end, mobile-optimised library / UI framework, that can be used to make your Cordova app look native.
Ionic apps are created and developed primarily through the Ionic command line utility (the “CLI”), and use Cordova to build/deploy as a native app. This means we need to install a few utilities to start developing.
