Have you ever try open some website from chrome mobile like facebook, instagram or other websites.. (actually i forgot ..haha..sorry)
then you notice, the color of address bar or header bar..has different color from default chrome, maybe this will jog your memory
cool right?
the only thing you have to is … put a simple tiny meta-tag on your HTML page
<meta name="theme-color" content="#333333">
you can explore more about this on this page
https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android
Comments are closed.