multi-device/index.html

31 строка
1.6 KiB
HTML
Исходник Постоянная ссылка Обычный вид История

2013-11-20 21:43:23 +04:00
{{+bindTo:partials.standard_multidevice_article}}
2013-11-12 03:38:54 +04:00
2013-12-05 23:40:56 +04:00
<h1>Chrome for a Multi-Device World</h1>
2013-11-12 03:38:54 +04:00
2013-12-05 23:40:56 +04:00
<p>Google provides three ways to run web content on tablets, smartphones, and other devices:</p>
2013-11-14 05:35:37 +04:00
<ul>
<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>
2013-12-05 03:24:44 +04:00
<li>Within a <a href="webview/overview.html">WebView</a></code> in a native Android application.</li>
2013-11-14 05:35:37 +04:00
</ul>
2013-11-12 03:38:54 +04:00
2018-02-23 20:38:55 +03:00
<p>The Google Chrome Mobile browser is based on the same code used by Chrome for Desktop.
See <a href="android/overview.html">Chrome for Android</a>.
</p>
2014-02-06 00:41:22 +04:00
<h2 title="">Getting started</h2>
2013-12-05 03:24:44 +04:00
<ul>
2013-11-14 05:35:37 +04:00
<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>
2013-12-05 03:24:44 +04:00
<li>Read about <a href="android/overview.html">Chrome for Android
2013-11-14 05:35:37 +04:00
features</a> to use in developing mobile web apps.</li>
2013-12-05 03:24:44 +04:00
<li>Learn about developing applications in the <a href="webview/overview.html">Chrome WebView for Android</a>.</li>
2013-12-05 23:40:56 +04:00
<li>Learn more about mobile web development on <a href="http://www.html5rocks.com/mobile">HTML5 Rocks</a>.</li>
2018-02-23 20:38:55 +03:00
<li>Learn how to debug mobile applications using
<a href="/devtools/docs/remote-debugging">Chrome DevTools remote debugging</a>. Remote
2013-12-05 23:40:56 +04:00
debugging works with Chrome for Android and the Chrome WebView.</li>
2018-02-23 20:38:55 +03:00
<li>Emulate mobile device features using
<a href="/devtools/docs/device-mode">Chrome DevTools mobile emulation</a>.
2013-12-05 03:24:44 +04:00
</ul>
2013-11-14 05:35:37 +04:00
2013-11-20 21:43:23 +04:00
{{/partials.standard_multidevice_article}}