Web Native Bridge
Last updated: October 28, 2024
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.
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.
See also
-
Passing customization settings to the native SDK: https://github.com/iProov/web#customisation
-
iProov implementation of Android Native Bridge: https://github.com/iProov/android/wiki/Web-Native-Bridge
-
iProov implementation of iOS Native Bridge: https://github.com/iProov/ios/wiki/Native-Bridge
Next step