This commit is contained in:
CrystalFaith 2018-02-23 09:38:55 -08:00
Родитель f7efbd9aea
Коммит e21e218979
1 изменённых файлов: 7 добавлений и 9 удалений

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

@ -9,11 +9,9 @@
<li>Within a <a href="webview/overview.html">WebView</a></code> in a native Android application.</li>
</ul>
<p>The Google Chrome Mobile browser is based on the same code used by Chrome for Desktop. See the following pages:</p>
<ul>
<li><a href="android/overview.html">Chrome for Android</a></li>
</ul>
<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>
<h2 title="">Getting started</h2>
<ul>
<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>
@ -21,11 +19,11 @@
features</a> to use in developing mobile web apps.</li>
<li>Learn about developing applications in the <a href="webview/overview.html">Chrome WebView for Android</a>.</li>
<li>Learn more about mobile web development on <a href="http://www.html5rocks.com/mobile">HTML5 Rocks</a>.</li>
<li>Learn how to debug mobile applications using
<a href="/devtools/docs/remote-debugging">Chrome DevTools remote debugging</a>. Remote
<li>Learn how to debug mobile applications using
<a href="/devtools/docs/remote-debugging">Chrome DevTools remote debugging</a>. Remote
debugging works with Chrome for Android and the Chrome WebView.</li>
<li>Emulate mobile device features using
<a href="/devtools/docs/device-mode">Chrome DevTools mobile emulation</a>.
<li>Emulate mobile device features using
<a href="/devtools/docs/device-mode">Chrome DevTools mobile emulation</a>.
</ul>