mobile meta iphone

<!doctype html>
<html>
<head>
    <title>iOS touch test ( Multi-touch )</title>

    <link rel="apple-touch-icon" href="apphead.png"/>
    <link rel="apple-touch-startup-image" href="initanimate.png">
    <!--初始化动画-->
    <meta name="apple-mobile-web-app-capable" content="yes"/>
    <meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
    <meta name="apple-mobile-web-app-status-bar-style" content="black"/>

    <link href="apphead.png" rel="bookmark" type="image/x-icon"/>
    <link href="apphead.png" rel="icon" type="image/x-icon"/>
    <link href="apphead.png" rel="shortcut icon" type="image/x-icon"/>
    <link rel="apple-touch-icon" href="apphead.png"/>

    <!--apple-touch-icon-precomposed 不加iphone的修饰-->
原文地址:https://www.cnblogs.com/human/p/3471736.html