After implementing "Sign in with Apple" successfully for iOS & web, I tried the out-of-the-box Android implementation with Gigya Android SDK v4 (using the WebBridge implementation)
It's working fine, but the flow has a very poor UX: when tapping the Apple button in the Webview, the user is redirected outside of my app, in the main browser.
=> How could I keep the user inside my WebView during the whole "Sign in with Apple" flow?