-
Notifications
You must be signed in to change notification settings - Fork 617
Support custom tabs in more browsers #6705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to add this to AndroidManifest.xml (under <manifest>
):
<queries>
<intent>
<action android:name="android.support.customtabs.action.CustomTabsService" />
</intent>
</queries>
BTW I tested this locally and confirmed it works on older (API level 29) and newer (API level 34) devices. |
Hey there! I was wondering if you have an estimate for when the fix will be released. Any idea on the timeline for this? |
Hi @MarNwk - the fix is currently scheduled to go out in the next release, targeting this week or next week. |
Hey @lfkellogg, great 🥳 ! Thanks for the quick update 🙇 |
fixes #6692