Bokris Itzhak
Bokris Itzhak

Reputation: 961

Android: hide the statusbar in Chrome Custom Tabs

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

Answers (1)

andreban
andreban

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

Related Questions