I created simple Xamarin WebView
application which shows only my website. I have to avoid opening my website in Chrome browser.
Is there any chance to change android notification bar color based on website
meta name="theme-color" content="#7986cb"
tag?
Asked
Active
Viewed 346 times
1

Milad Yarmohammadi
- 1,253
- 2
- 22
- 37

troncomputers
- 11
- 2
-
What you want is change the color of the Chrome browser address bar? – York Shen Jul 11 '17 at 01:02
-
Nope, android notification bar - the place where clock, battery, wifi icons are based on meta – troncomputers Jul 11 '17 at 08:36
-
After you add meta name="theme-color" content="#7986cb" tag, when open your WebView your notification bar's color don't change ? You could read this [question](https://stackoverflow.com/questions/26960703/how-to-change-the-color-of-header-bar-and-address-bar-in-newest-android-chrome-v); – York Shen Jul 13 '17 at 08:18
-
Everything is fine in Chrome. I want to use meta in my Xamarin Android App. – troncomputers Jul 17 '17 at 07:36