I'm using Chrome Custom Tab on Android and I want to load the url in the background and wait for NAVIGATION_FINISHED to trigger before showing (or not showing) the page to the user.
I have been able to get the NAVIGATION_FINISHED to trigger, but from what I can se in the docs and examples there is now way to actually load a URL without showing it to the user. I have tried warmup and the mayLaunchUrl(..) methods but they don't actually load the url (which makes sense).
If anyone can tell me that it's a) possible and how to do it or b) not possible so stop trying, that would be a great help. Thanks.