-
-
Notifications
You must be signed in to change notification settings - Fork 227
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
Android isAvailable method checks Custom Tab support #108
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.
I was wondering if this solution works for AndroidX
🤔
hi, any updates? |
Let me know if it works for AndroidX 🙂 |
any plan for merging this? |
@ssuchanowski do you know if it works for AndroidX too? |
Hadn't tested it but it seems like this service name is mentioned here https://developer.android.com/reference/androidx/browser/customtabs/CustomTabsService which is an android x documentation. |
Ok, let me check this weekend, thanks for confirm! |
hey @jdnichollsc did you have time to take a look? There is also another PR (#160) with a simple fix. |
@ssuchanowski sorry mate, I was so busy, let me check at night :) |
No idea |
Just double-checked, it's working properly! Fixed the merge conflicts as well. |
Android isAvailable method checks Custom Tab support
Android's isAvailable method now checks if any installed browser supports Custom Tabs.
This solves issue #91.