This commit is contained in:
mkearney@google.com 2013-11-13 17:35:37 -08:00
Родитель ec012453ec
Коммит c0b2d72435
2 изменённых файлов: 59 добавлений и 8 удалений

21
case-studies.html Normal file
Просмотреть файл

@ -0,0 +1,21 @@
<head>
<title>Case Studies</title>
</head>
<body>
<h1>Case Studies</h1>
<p>Many of our favorite apps have implemented Chrome mobile technologies.</p>
<h3>x-callback</h3>
<p>The <a href="ios-links.html#callback">callback</a>
feature in Chrome for iOS is a valuable asset for the following implementors:</p>
<ul>
<li><a href="pocket.html">Pocket</a></li>
<li><a href="feedly.html">Feedly</a></li>
</ul>
</body>

Просмотреть файл

@ -1,17 +1,47 @@
<head>
<title>Case Studies</title>
<title>Develop apps for Chrome Mobile browsers</title>
</head>
<body>
<h1>Case Studies</h1>
<p>Many of our favorite apps have implemented Chrome mobile technologies.</p>
<h1>Develop apps for Chrome Mobile browsers</h1>
<h3>x-callback</h3>
<p>The <a href="ios-links.html#callback">callback</a> feature in Chrome for iOS is a valuable asset for the following implementors:</p>
<p>Google provides three ways to run web content on mobile devices:</p>
<ul>
<li><a href="pocket.html">Pocket</a></li>
<li><a href="feedly.html">Feedly</a></li>
<li>Using Chrome Mobile for devices running Android 4.0 and later, and iOS.</li>
<li>With the default Android browser, for devices running versions of Android earlier than 4.0 (Ice Cream Sandwich).</li>
<li>Within <code><a href="http://developer.android.com/guide/webapps/webview.html">WebView</a></code> on a native Android application.</li>
</ul>
<p>Chrome Mobile browser is the base WebKit browser implemented by both Google Chrome for Android and Apple Mobile Safari. There are differences in the implementations of each. See the following pages:</p>
<ul>
<li><a href="overview.html">Chrome for Android</a></li>
<li><a href="iosoverview.html">Chrome for iOS</a></li>
</ul>
<!-- the first-time user procedure goes here -->
<h2>Getting started</h2>
<ol>
<li>Visit <a href="https://play.google.com/store/apps/details?id=com.android.chrome">Google Play</a> to install Chrome for Android or <a href="http://itunes.apple.com/us/app/chrome/id535886823?ls=1&mt=8">AppStore</a> for Chrome for iOS.</li>
<li>Read about <a href="overview.html">Chrome for Android
features</a> to use in developing mobile web apps.</li>
<li>Review the considerations for <a href="iosoverview.html">Chrome for iOS</a>.</li>
<li>Learn more about mobile web development on <a href="http://www.html5rocks.com/mobile">mobile HTML5 Rocks</a>.</li>
</ol>
<h2>Featured video</h2>
<p>Debugging for Chrome for Android is as easy as debugging for desktop!</p>
<!-- the video gadget goes here, if applicable -->
<p><object width="300" height="193">
<param name="movie" value="https://www.youtube.com/v/s4zpL4VBbuU">
<param name="wmode" value="transparent">
<embed src="https://www.youtube.com/v/s4zpL4VBbuU" type="application/x-shockwave-flash" wmode="transparent" width="300" height="193"></object></p>
<p>Read more about it in <a href="debugging.html">Remote Debugging</a>.</p>
</body>
</html>