WAI
Status Update
Comments
tr...@gmail.com <tr...@gmail.com> #2
These changes would be really nice! Being able to change the text colour is really important as it now doesn't match the rest of our app either.
Stack overflow posting -http://stackoverflow.com/questions/32533069/how-to-change-a-title-color-in-chrome-custom-tabs
Stack overflow posting -
vi...@google.com <vi...@google.com> #3
Changing text color and the overflow icon color is important to us too! Awesome work on the feature though.
tr...@gmail.com <tr...@gmail.com> #4
The ability of customize the status bar color is very important!
vi...@google.com <vi...@google.com> #5
It is in the essence of a "custom" UI component to have a custom color. Please add this feature!
Description
This does not occur on devices running Android 13 and earlier and it does not occur on non-Pixel devices. For example, a OnePlus 9 Pro running Android 13 and an emulator running Android 14 both work as expected.
The background of my is usually solid white, but also sometimes it has a bitmap graphic as the background. This issue occurs regardless of what the background is displaying. The black flash always occurs if a PopupWindow is displayed on top of my OpenGL canvas, but other interactions, like scrolling can trigger it too.
Please see the attached for an example of what it should look like and how it looks when it's showing the black screen.
IMPORTANT: The reason that I believe that this is an Android bug and not a bug in my code is that "adb shell screencap -p" ALWAYS captures the black background, regardless of what the user sees. On the other hand "adb shell screenrecord /sdcard/video.mp4" ALWAYS captures the correct background, regardless of what the users sees.
I don't know where in the rendering pipeline screencap and screenrecord attach themselves, but they are capturing different things from each other, and also one of them is always capturing something that the user isn't seeing.