Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android: is it possible to open a Chrome Custom Tab in the background or partially hidden?

I'd like to open a Chrome Custom Tab either partially hidden (i.e. visible to the user but not blocking main content) or fully hidden in the background. Is this possible with the Android SDK?

like image 980
regjump Avatar asked Sep 01 '25 05:09

regjump


1 Answers

This is not possible. The Chrome Custom Tab always loads in the foreground and full-screen.

like image 83
ade Avatar answered Sep 02 '25 18:09

ade