mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
Updated example viewport and shitff
This commit is contained in:
@ -1,6 +1,23 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" href="bower_components/normalize-css/normalize.css">
|
<meta charset="utf-8">
|
||||||
|
<title>Example</title>
|
||||||
|
|
||||||
|
<!-- Sets initial viewport load and disables zooming -->
|
||||||
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
|
|
||||||
|
<!-- Makes your prototype chrome-less once bookmarked to your phone's home screen -->
|
||||||
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||||
|
|
||||||
|
<!-- Set a shorter title for iOS6 devices when saved to home screen -->
|
||||||
|
<meta name="apple-mobile-web-app-title" content="Ratchet">
|
||||||
|
|
||||||
|
<!-- Set Apple icons for when prototype is saved to home screen -->
|
||||||
|
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="touch-icons/apple-touch-icon-114x114.png">
|
||||||
|
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="touch-icons/apple-touch-icon-72x72.png">
|
||||||
|
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="touch-icons/apple-touch-icon-57x57.png">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../dist/framework-with-theme.css">
|
<link rel="stylesheet" href="../dist/framework-with-theme.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user