kotlin-multiplatform-oidc icon indicating copy to clipboard operation
kotlin-multiplatform-oidc copied to clipboard

Support for Emphemeral Sessions on Android Custom Tab

Open Cheesebaron opened this issue 8 months ago • 2 comments
trafficstars

There seems to be partial support for Emphemeral sessions for Android, but only when falling back to showing a WebView.

Seems like support for Emphemeral sessions are supported in AndroidX Browser 1.9.0+ and Chrome 130+ simply by adding setEmphemeralBrowsingEnabled(true) when building the Custom Tab/Auth Tab Intent. This is described in the docs here: https://developer.chrome.com/docs/android/custom-tabs/guide-ephemeral-tab

Would be really nice if this support was added to this library as well.

Cheesebaron avatar Mar 10 '25 11:03 Cheesebaron