Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

CustomTabsActivityManager doesn't work with multiple activities. (Xamarin.Android.Native) #248

Open
Drowpall opened this issue Nov 29, 2022 · 0 comments

Comments

@Drowpall
Copy link

    public static CustomTabsActivityManager From (Activity parentActivity, string servicePackageName = null)
    {
        if (instance == null) {
            instance = new CustomTabsActivityManager (parentActivity);
        }

        return instance;
    }

This method works for a single activity only.
When using multiple activities, the logic for Xamarin.Essentials.Webauthenticator doesn't work as intended.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant