@regulaforensics/idv
Version:
This is an npm module for Regula IDV, which unifies access to all Regula products. This plugin makes possible to use it with react-native, cordova and capacitor applications. Supports Android and iOS.
19 lines (17 loc) • 328 B
HTML
<head>
<meta name="viewport"
content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<base href="/" />
</head>
<body>
<ion-app>
<app-root></app-root>
</ion-app>
</body>
<style>
html,
body {
height: 100%;
margin: 0;
}
</style>