问题
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?
回答1:
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()
来源:https://stackoverflow.com/questions/38491936/android-hide-the-statusbar-in-chrome-custom-tabs