i found minor issue on AuthenticationWebViewController when we're trying to call 3ds authentification.
so the issue is when we're calling Xendit.createAuthentication() for presenting a 3ds webview, we're not getting the error callback when user are trying to dismiss the presented ViewController (AuthenticationWebViewController) which triggered from @objc func cancelAuthentication()
i have two suggestion here,
either we disable swipe to dismiss the Presenting ViewController (AuthentificationWebViewController) or we call cancelAuthentification() on viewWillDissapear() so the App will know if the webview is dismissed.
Hi Xendit Team,
i found minor issue on AuthenticationWebViewController when we're trying to call 3ds authentification.
so the issue is when we're calling
Xendit.createAuthentication()
for presenting a 3ds webview, we're not getting the error callback when user are trying to dismiss the presented ViewController (AuthenticationWebViewController) which triggered from@objc func cancelAuthentication()
i have two suggestion here,
either we disable swipe to dismiss the Presenting ViewController (AuthentificationWebViewController) or we call cancelAuthentification() on viewWillDissapear() so the App will know if the webview is dismissed.
i'm using version:
thanks in advance!