This repository was archived by the owner on Jun 20, 2023. It is now read-only.
This repository was 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
Description
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.
Metadata
Metadata
Assignees
Labels
No labels