OneSpan Introduces DigipassONE, Bringing a Unified Platform Approach to Authentication Modernization
A new authentication platform helps financial institutions support diverse customer authentication preferences while modernizing at their own pace Learn More

Forums

Hello, I am implementing signature for an iOs application, I am showing with WKWebView.

but I don't know how to hide or close this WKWebView when the user has finished signing. used WKWebView delegates, but when you go from the signature view to the "Thank you" view, not  call none this delegates 

 

How can I know when the user has signed and can close the webView.?

 

  func webView(_ webView: WKWebView, didFinish navigation: WKNavigation!) {