For Android, we are having no issues in handling the Publisher login, order placement through web view which opens in our app. But for our iOS build when the user tries to log in to the publisher, it asks for credentials and then sends the user to the 2FA page but when they enter the 2FA(TOTP) it sends back to the login page with an error at the bottom 'Please complete the login before doing 2FA verification'.
Point: 1. Now the publisher URL opens in the default respective system webview(Inappbrowser) for Android and iOS. How can we open the URL on Chrome Custom Tabs on Android and on SFSafariViewController on iOS?