Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
57 views

I have implemented an authentication workflow using Activities which works fine: a proxy activity launches an Intent to open a web, and during the authentication the web redirects to a separate ...
Grzegorz Adam Hankiewicz's user avatar
0 votes
0 answers
105 views

i have this setup LaunchedEffect(authUrl) { authUrl?.let { url -> val customTabsIntent = CustomTabsIntent.Builder() .setDownloadButtonEnabled(false) ....
dimitris.terzz's user avatar
0 votes
0 answers
71 views

I'm developing an Android app that utilizes AppLinks and Chrome CustomTabs to deep-link from a website to the app itself. This implementation adheres to the recommendations outlined in RFC 8252, ...
ta-kishida's user avatar
1 vote
0 answers
152 views

I am using the flutter_custom_tabs package in my Flutter app to handle login scenarios. The flow works fine when the user successfully logs in, and I can redirect them back to the app. However, I need ...
Gowtham's user avatar
  • 51
1 vote
0 answers
105 views

I'm encountering an issue in my Flutter application where I lose internet connectivity in my main activity when a custom tab overlay (using the inappwebview package) is open in a second activity. The ...
Malou's user avatar
  • 36
0 votes
0 answers
124 views

Recently while integrating other applications or services into my application, I have seen the Providers are saying that Webview is not recommended and use Custom Tabs like that. My questions are, ...
MSARKrish's user avatar
  • 4,354
12 votes
1 answer
962 views

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
  • 121
0 votes
1 answer
840 views

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
2 answers
821 views

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,520
0 votes
1 answer
1k views

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
0 answers
214 views

We have developed app-A in latest Xamarin Forms for Android and iOS. This problem is on Android only. In order to log into app-A (Android) we use the WebAuthenticator.AuthenticateAsync to open up &...
Vering's user avatar
  • 919
0 votes
1 answer
1k views

I'm currently working on a Flutter app that requires third-party authentication, and the authentication flow needs to be completed in a browser. Previously, I used a WebView to achieve this, but the ...
Malou's user avatar
  • 36
1 vote
0 answers
257 views

Assume the following: You open App1 App1 opens/starts a Chrome Custom Tab (as I understand it, this is a new activity that is pushed to the stack) The Chrome Custom Tab opens App2 through an Android ...
Insectivore's user avatar
5 votes
0 answers
706 views

How can I detect if a Chrome Custom Tab was closed? Is there any callback for this or do I have to use onResume etc. events of the activity launching the Chrome Custom Tab? I've seen that there are ...
me.at.coding's user avatar
  • 18.5k
2 votes
2 answers
801 views

I am a new dev in an android app and wanted to know how do I find out if a redirect in an app is to a WebView or a Chrome Custom Tab?
HelloWorld's user avatar
3 votes
1 answer
1k views

Let's assume we have installed Android app in the mobile phone with intent filter scheme android-app-scheme and some registered host with path pattern in data of intent filter. If we use this code in ...
Arsenius's user avatar
  • 5,812
7 votes
0 answers
559 views

I am trying to implement an SSO login in a native Android app and want to follow the best practices outlined in RFC 8252 (OAuth 2.0 for Native Apps). This requires using Custom Tabs rather than ...
Roberto Leinardi's user avatar
4 votes
1 answer
330 views

I'm working on an Android App which supports dark theme. I use Custom Chrome Tab to display web page. Just wondering if there is any way to force dark theme in custom chrome tab.
Howard S's user avatar
  • 169
1 vote
1 answer
531 views

I am using TWA . It is all Ok .But how can I change navigation bar color? I tried to change the app theme but no effect.
Ameer Elbaz's user avatar
0 votes
1 answer
979 views

I'm trying to pass a cookie to custom tabs like in webview so that the user doesn't have to login, I've seen other questions but all of them were 6+ years old so I'm wondering if it's possible to do ...
Mohamed Eweidat's user avatar
0 votes
2 answers
803 views

I am using chrome custom tab to display data in one screen. But data is sensitive and need to protect it by disabling screen capture functionality of devices. It would be great help if any one could ...
manishak's user avatar
0 votes
1 answer
1k views

So that I don't ask the wrong question, my end goal is to build a PWA that is accessible from Android 5.x and up now and iOS later in the year. The main problem with this is Classic Bluetooth is not ...
thinkOfaNumber's user avatar
1 vote
1 answer
549 views

I am using this package to use the Chrome Custom Tabs view in a Flutter application. Essentially we have a website we've built an APK around using a web view but due to customers and their old devices,...
Ricky's user avatar
  • 7,908
0 votes
1 answer
2k views

Is there any way to make Browser Tab work with a capacitor react project. I found that it's supported in ionic. I'm relatively new to ionic and capacitor. I'm trying to use this ionic plugin in my ...
Viraj Singh's user avatar
  • 2,418
1 vote
1 answer
2k views

Chrome custom tab work in every other device. Only error in Android 11. Here is my code how I put I code in my app. ImageView adCustomBannerImage= findViewById(R.id.adCustomBannerImage); ...
TexD's user avatar
  • 304

1
2 3 4 5
9