The iProov web and native SDKs work with WebView based apps using Native Bridge. This allows the Web SDK to seamlessly launch the native SDKs embedded in the app
Impotant: Native Bridge mode is mandatory for iOS WKWebView based apps in iOS versions 14.3 and earlier. In later versions of iOS, Apple enabled support for getUserMedia. In all other cases, the unsupported event fires.
The SDKs launches transparently and returns the user back to the WebView app.
Passing customization settings to the native SDK: https://github.com/iProov/web#customisation
iProov implementationn of Android Native Bridge: https://github.com/iProov/android/wiki/Web-Native-Bridge
iProov implementationn of iOS Native Bridge: https://github.com/iProov/ios/wiki/Native-Bridge