Andre Bulatov
Andre Bulatov

Reputation: 1139

How to change the TEXT color of header bar and address bar in newest Android Chrome version on Lollipop or Android M?

I know how to change the background of the header / address bar of Chrome on Android, and that question is addressed in depth here and in many other places...

...but how do I edit the URL / address / text / font color of the same header / address bar of Chrome on Android?

enter image description here

It seems to arbitrarily(?) choose between either black or white.

Upvotes: 3

Views: 2037

Answers (2)

Halim
Halim

Reputation: 527

Short answer: you can't.

Depending on the background color you choose, Google chrome will decide whether to render text in white or black color in order to maximize contrast / readability.

If it was allowed, someone could go around choosing the same color for the text and background (say black on black) and visually break Chrome's UI.

Here's an article from Material Design guidelines on the matter of text legibility and text backgrounds

Upvotes: 1

Doğan Salman
Doğan Salman

Reputation: 1

you can use this meta tag

meta name="apple-mobile-web-app-capable" content="yes"

Upvotes: 0

Related Questions