PEConn

Results 80 comments of PEConn

When you say "when we open a url", do you mean "when you launch an Intent" or "when the user of a Custom Tab navigates to the url"?

This is working as intended - if you've gone to the trouble of connecting to the browser and providing some sort of callback, it would make sense that you'd want...

Hey, So the idea with `mayLaunchUrl` is that it's called some time before you launch the Custom Tab. For example if you're showing the user a list of links, you...

Oh right, you're not using LauncherActivity - in which case most of my previous comment wasn't relevant. So what Android Browser Helper code are you calling before the user interaction,...

No, I'd still like there to be more tests. On Fri, 18 Oct 2019 at 07:59, André Cipriani Bandarra < [email protected]> wrote: > @PEConn does #28 > close > this...

Hey, Sorry, I don't have any good ideas for you. Is there any correlation with the devices where this isn't working (default browser, Chrome version, etc)? Otherwise, with the cookies...

This isn't possible at the moment. The Activity that shows all of your web content is owned by the browser, so we'd need to implement some way to tell the...

Do you know which browser you are connecting to? It will be the `packageName` parameter you're passing to `bindCustomTabsService`.

Oh, it looks like the issue is that you're passing `CustomTabsCallback` as `null` (on line 2 [here](https://gist.github.com/thanhtungka91/56e9e26f7254a4ba62fb8078e1afb73e)). If you pass in a non-null `CustomTabsCallback` it should work.