Reputation: 961
I launch some url with Chrome Custom Tabs in my app and I want to hide the statusbar from the opened window.
Is it possible?
Upvotes: 1
Views: 5235
Reputation: 4976
Currently, it's not possible to open a Custom Tab in Chrome with the status bar hidden.
It is possible to enable the bar to hide once the user scrolls down the content by calling CustomTabsIntent.enableUrlHiding()
Upvotes: 1