liqingpan

Howto capture the events of signing complete/opt-out in native webview iOS

0 votes
Hi, In our native iOS app (Swift), we get signing sessionToken from our own endpoint, and then launch webview with the URL like: https://sandbox.e-signlive.ca/access?sessionToken={sessionToken} for signing ceremony. Previously, we capture the redirection events after the ceremony finished and goes back to our logic. But those events were eliminated a couple of months ago from eSignlive side. A workaround version was provided and eSignlive suggested us to use SDK to handle it. Now we get a chance to try eSignlive SDK, but so far didn't find any way to resolve this issue. Would you please advise? Thanks a lot.

Reply to: Howto capture the events of signing complete/opt-out in native webview iOS

0 votes
Hi there, You can use the Event Notifier to capture these events: https://docs.esignlive.com/content/c_integrator_s_guide/event_notifier/event_notifier.htm Let me know if you have any other questions.
Haris Haidary OneSpan Technical Consultant

Reply to: Howto capture the events of signing complete/opt-out in native webview iOS

0 votes
Hi Haris, Thanks for getting back to me. I see that the document you provided is using JS Event Notifier. Are they also supported by WKWebView in native iOS app? Thanks

Reply to: Howto capture the events of signing complete/opt-out in native webview iOS

0 votes
You should be able to: https://o-mkar.com/how-to-communicate-between-the-javascript-and-the-wkwebview
Haris Haidary OneSpan Technical Consultant

Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off