Top "Chrome-custom-tabs" questions

Chrome Custom Tabs provides a way for an application to customize and interact with a Chrome Activity on Android, to make it a part of the application experience, while retaining the full functionality and performance of a complete web browser.

WebView vs Chrome Custom Tab

I am building an app where in a Detail Activity I have to show a web page. I was going …

android android-activity android-webview chrome-custom-tabs
Chrome Custom Tabs redirect to Android app will close the app

I am trying to implement an OAuth2 flow with an Android Chrome Custom Tab but my app is always closed (…

android google-chrome oauth chrome-custom-tabs
android : open chrome custom tab from fragment

I have one Activity MainActivity. It contains a ViewPager hosting a fragment FragmentPlaceHolder. This fragment has a RecyclerView. Now, on …

android google-chrome android-fragments chrome-custom-tabs
How to hide url in Chrome custom tab android

I have implemented new Chrome Custom Tab in android, I am using the following code to open Uri uri = Uri.…

android webview chrome-custom-tabs
How to close chrome custom tabs

In my app I have opened a url via Chrome Custom Tab. We know that when user taps the device …

android chrome-custom-tabs
Callback on dismiss of chrome custom tabs

I have an activity 'A' and inside that activity, I have opened a chrome custom tab. Now when the user …

android android-activity chrome-custom-tabs
custom chrome tabs asks for multiple browser to choose

I am trying to implement custom chrome tabs. I am using Google's default library customtabs. I referred this tutorial for …

android chrome-custom-tabs
Hide / Disable default menu in Chrome Custom Tab

I have implemented new Chrome Custom Tab in android, I am using the following code to open String url = "http://…

android chrome-custom-tabs
Is it possible to hide URL bar on Chrome Custom Tabs

I'm looking for a way to, as the title says hide the url bar. I've got this so far but …

android chrome-custom-tabs
Enabling Chrome Custom Tabs for Facebook login using Android SDK

I am using Facebook SDK version 4.11.0 in my app. As per the steps outlined on the Official docs page, I …

android facebook facebook-android-sdk facebook-sdk-4.0 chrome-custom-tabs