2.0_beta sync to rsa
[framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.1.0 / docs / config / iOSFullscreen.html
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/jquery.mobile.css" />
12         <link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
13
14         
15         <script src="../../js/jquery.js"></script>
16         <script src="../../docs/_assets/js/jqm-docs.js"></script>
17
18         <script>
19         $(document).bind("mobileinit", function() {
20                 if (!!window.navigator.standalone) {
21                         $.mobile.page.prototype.options.addBackBtn = true;
22                 }
23         });
24         </script>
25         
26         <script src="../../js/"></script>
27         
28
29 </head>
30 <body>
31
32         <div data-role="page">
33
34                 <div data-role="header" data-theme="f">
35                 <h1>jQuery Mobile</h1>
36                 <a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse">Home</a>
37                 <a href="../nav.html" data-icon="search" data-iconpos="notext" data-rel="dialog" data-transition="fade">Search</a>
38         </div>
39
40         <div data-role="content">
41
42                 <h2>Fullscreen docs in iOS</h2>
43                 <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>
44                 <a href="../../index.html" data-role="button" data-icon="arrow-r" data-iconpos="right">Browse docs</a>
45
46         </div>
47 </div><!-- /page -->
48
49 </body>
50 </html>