UNPKG

@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.

11 lines (9 loc) 419 B
<meta name="viewport" content="initial-scale=1, user-scalable=no, viewport-fit=cover"> <link rel="stylesheet" href="src/main.css"> <div id="content" style="height: 100%"></div> <script> fetch("src/main.html") .then(response => response.text()) .then(html => document.getElementById("content").innerHTML = html) .then(_ => window.ReactNativeWebView.postMessage(`{"id": "ready"}`)) </script>