Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 44ebca2a authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am cb2d8817: am 2458f2a1: cherrypick Change-Id:...

am cb2d8817: am 2458f2a1: cherrypick Change-Id: I60c74919ab3df359f47e5052bcc1469318a5b821 add notice about large screen devices and the "mobile" string in user agent

* commit 'cb2d8817':
  cherrypick Change-Id: I60c74919ab3df359f47e5052bcc1469318a5b821 add notice about large screen devices and the "mobile" string in user agent
parents 062f2c4e cb2d8817
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -25,6 +25,11 @@ string provided by the web browser. To determine whether to serve a mobile versi
should simply look for the "mobile" string in the User Agent, which matches a wide variety of mobile
devices. If necessary, you can also identify the specific operating system in the User Agent string
(such as "Android 2.1").</p>
  <p class="note"><strong>Note:</strong> Large screen Android-powered devices that should be served
full-size web sites (such as tablets) do <em>not</em> include the "mobile" string in the user agent,
while the rest of the user agent string is mostly the same. As such, it's important that you deliver
the mobile version of your web site based on whether the "mobile" string exists in the user
agent.</p>
</li>