Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [chrome-custom-tabs]

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.

chrome-custom-tabs
0 votes
0 answers
36 views

SFSafariViewController and Chrome Custom Tabs Cookie Behaviour

We have a mobile app that sometimes jumps out to our website to show certain pieces of content. Currently for these jumps we use SFSafariViewController on iOS and Chrome Custom Tabs on Android, we are ...
MobileDev's user avatar
  • 273
0 votes
0 answers
91 views

Android Chrome custom tab redirection not captured for some devices

Chrome custom tab intent is launched from fragment, and I am handling the redirection in RedirectHandlerActivity. The issue is that for some devices (in this case Google Pixel 4 & Samsung A32) it ...
Jemo Mgebrishvili's user avatar
5 votes
0 answers
292 views

How to detect the Minimization of Custom Chrome Tabs on Android?

Context: Our app recently switched to using Custom Chrome Tabs for authentication. WebViews wouldn't allow login from Google and Facebook due to privacy restrictions. Everything worked well using ...
Vishnu's user avatar
  • 51
0 votes
0 answers
244 views

Make sure a Custom Tab / In-App browser is opened inside app

I'm implementing a web-based payment flow which uses the chrome custom tabs implementation of the Flutter package flutter_inappwebview. I also tried flutter_custom_tabs and url_launcher. No matter ...
luckyhandler's user avatar
  • 11.2k
0 votes
0 answers
102 views

Flutter Chrome Custom Tabs, Store and retrieve data

Is it possible to store and retrieve data in custom tab flutter. Or Any ways by which we can send data from custom tab to the flutter application ? For example - Application A uses Chrome tab to ...
Saurabh Bisht's user avatar
0 votes
0 answers
274 views

Android WebView vs CustomTabs

As a part of my project, I'm expected to load a webpage using a web view within the app. I could either use WebView or CustomTabs but the favoured option was to go with WebView for the UI ...
Sidharth's user avatar
0 votes
0 answers
62 views

Prevent link from opening in chrome custom tabs, but in webView instead?

Is there a way to make an app link/deep link to be intercepted before it is loaded in chrome custom tabs and load it into a webView instead? That is, to switch between in-app-browser (for Web NFC ...
Dan's user avatar
  • 173
0 votes
1 answer
298 views

Implementation of PostMessage for TWA android application

Used this documentation. Works. https://developer.chrome.com/docs/android/post-message-twa BUT! If we change "relation" in assetlinks.json: ["delegate_permission/common.handle_all_urls&...
morgenshtern's user avatar
0 votes
0 answers
74 views

Programmatically close Custom Chrome Tabs in Android

In my use case, I have an Activity that opens CustomChromeTab. After some actions, deep links back to my app. Instead, Is there any way I can close the CustomChromeTab programmatically?
Anandha Murthy B's user avatar
1 vote
0 answers
219 views

MAUI app opens Chrome browser outside application on Chromebook, but works on Android - How to fix?

I'm developing a MAUI app where I use the following code snippet to open a Chrome browser within the app on Android devices: Uri uri = new Uri(serverURL); BrowserLaunchOptions options = new ...
Jasmin's user avatar
  • 11
0 votes
1 answer
308 views

How can I set custom user-agent or custom header in a Trusted Web Activities (TWAs) app which is built using pwabuilder.com website?

I'm developing a Trusted Web Activity (TWA) app using PWABuilder and am facing a challenge with user permissions and notifications. I need to differentiate between users accessing the app through the ...
Foyzul Karim's user avatar
  • 4,462
0 votes
0 answers
23 views

Custom processing in webpage which is shown after closing CCT(Chrome custom tab)

In mobile app we open a page in webview. Now from that page we open CCT (Chrome custom tab). When user click "cross" button in CCT then the parent page is shown again on screen. Now I want ...
Vishal Rana's user avatar
0 votes
1 answer
240 views

Android Chrome CustomTabsIntent customize toolbar design

As I'm facing some issue with WebView, I am attempting to utilize Chrome Custom Tabs (CustomTabsIntent). However, I encounter difficulties in customizing its toolbar. Specifically, I aim to remove the ...
Srikanth's user avatar
  • 1,575
0 votes
1 answer
403 views

Is it possible to redirect the user back to an Android application from a Chrome Custom Tab?

I am looking to migrate existing social sign-in redirect URLs from a custom URL protocol (myscheme://) to an https URL scheme (https://). This change would be made in a React Native project, but only ...
Mark Gaucher's user avatar
0 votes
1 answer
60 views

How to Retrieve Video URL from YouTube on Video click in Android ?r

Step 1 : Open Youtube on Button Click (Webview or Chrome Custom Tab) Step 2 : Click any Video From Youtube Step 3 : On Video Click to Close Current Page It Means Close (Webview or Chrome Custom Tab) ...
Akshay Vadchhak's user avatar

15 30 50 per page
1
2 3 4 5
27