|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 6 | + <meta name="apple-mobile-web-app-capable" content="yes"> |
| 7 | + <meta name="apple-mobile-web-app-status-bar-style" content="black"> |
| 8 | + <link rel="apple-touch-icon" href="../_assets/images/ios_icon.png"/> |
| 9 | + <link rel="apple-touch-startup-image" href="../_assets/images/ios_startup.png" /> |
| 10 | + <title>jQuery Mobile Docs - Configuration</title> |
| 11 | + <link rel="stylesheet" href="../../css/themes/default/" /> |
| 12 | + <link rel="stylesheet" href="../_assets/css/jqm-docs.css"/> |
| 13 | + <script src="../../js/jquery.js"></script> |
| 14 | + <script> |
| 15 | + $(document).bind("mobileinit", function() { |
| 16 | + if (!!window.navigator.standalone) { |
| 17 | + $.mobile.page.prototype.options.addBackBtn = true; |
| 18 | + } |
| 19 | + }); |
| 20 | + </script> |
| 21 | + |
| 22 | + <script src="../../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script> |
| 23 | + <script src="../_assets/js/jqm-docs.js"></script> |
| 24 | + <script src="../../js/"></script> |
| 25 | +</head> |
| 26 | +<body> |
| 27 | + |
| 28 | + <div data-role="page" class="type-index"> |
| 29 | + |
| 30 | + <div data-role="header" data-theme="f"> |
| 31 | + <h1>jQuery Mobile</h1> |
| 32 | + <a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse" class="ui-btn-right jqm-home">Home</a> |
| 33 | + </div> |
| 34 | + |
| 35 | + <div data-role="content"> |
| 36 | + |
| 37 | + <h2>Fullscreen docs in iOS</h2> |
| 38 | + <p>First, hit Add to Home Screen to create a new shortcut icon on the home screen. Next, open the new shortcut and hit the button below to browse the docs as a fullscreen web app.</p> |
| 39 | + <a href="../../index.html" data-role="button" data-icon="arrow-r" data-iconpos="right">Browse docs</a> |
| 40 | + |
| 41 | + </div> |
| 42 | +</div><!-- /page --> |
| 43 | + |
| 44 | +</body> |
| 45 | +</html> |
0 commit comments