Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the ot-apollo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home3/achieve/public_html/knowledgebase/wp-includes/functions.php on line 6131

Warning: Cannot modify header information - headers already sent by (output started at /home3/achieve/public_html/knowledgebase/wp-includes/functions.php:6131) in /home3/achieve/public_html/knowledgebase/wp-includes/feed-rss2.php on line 8
Mobile – Knowledge https://knowledge.achieveee.com Fri, 06 May 2016 12:26:57 +0000 en-US hourly 1 https://wordpress.org/?v=6.9.4 https://knowledge.achieveee.com/wp-content/uploads/2016/05/cropped-favicon-32x32.png Mobile – Knowledge https://knowledge.achieveee.com 32 32 Change address bar color on Chrome on mobile devices https://knowledge.achieveee.com/knowledge_base/change-address-bar-color-on-chrome-on-mobile-devices/?utm_source=rss&utm_medium=rss&utm_campaign=change-address-bar-color-on-chrome-on-mobile-devices https://knowledge.achieveee.com/knowledge_base/change-address-bar-color-on-chrome-on-mobile-devices/#respond Fri, 06 May 2016 12:21:10 +0000 http://achieveee.com/knowledgebase/?post_type=knowledge_base&p=2437 With the launch of Chrome 39, you’ll be able to use theme color of your websites or web applications to change the background of address bar/tool bar on your smartphones. Currently supporting Android(Lollipop+), iOS & Windows.

The code is pretty simple, you just need to use <meta> tag. Put the below code under your HTML <head> tag:

<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#66bb6a">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#66bb6a">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#66bb6a">
]]>
https://knowledge.achieveee.com/knowledge_base/change-address-bar-color-on-chrome-on-mobile-devices/feed/ 0