Plugin Directory

Changeset 1914270


Ignore:
Timestamp:
07/24/2018 04:25:01 PM (8 years ago)
Author:
scriptcoil
Message:

Fixed issue # IOS & Microsoft support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mobile-browser-color-select/trunk/mobile-browser-color-select.php

    r1859999 r1914270  
    66<strong>no professional experince required</strong>
    77dont forget to rate and share ♥
    8 Version: 1.0.0
     8Version: 1.0.1
    99Author: www.script.co.il
    1010Author URI: https://www.script.co.il/
     
    7272    public function front_output_markup(){
    7373        add_action('wp_head', function(){
    74             echo '<meta name="theme-color" content="' . $this->color . '">';   
     74            echo '<!-- Chrome, Firefox OS and Opera -->
     75            <meta name="theme-color" content="' . $this->color . '">
     76            <!-- Windows Phone -->
     77            <meta name="msapplication-navbutton-color" content="' . $this->color . '">
     78            <!-- iOS Safari -->
     79            <meta name="apple-mobile-web-app-capable" content="yes">
     80            <meta name="apple-mobile-web-app-status-bar-style" content="' . $this->color . '">';
    7581        });
    7682    }
Note: See TracChangeset for help on using the changeset viewer.