File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,11 @@ string provided by the web browser. To determine whether to serve a mobile versi
2525should simply look for the "mobile" string in the User Agent, which matches a wide variety of mobile
2626devices. If necessary, you can also identify the specific operating system in the User Agent string
2727(such as "Android 2.1").</p>
28+ <p class="note"><strong>Note:</strong> Large screen Android-powered devices that should be served
29+ full-size web sites (such as tablets) do <em>not</em> include the "mobile" string in the user agent,
30+ while the rest of the user agent string is mostly the same. As such, it's important that you deliver
31+ the mobile version of your web site based on whether the "mobile" string exists in the user
32+ agent.</p>
2833</li>
2934
3035
You can’t perform that action at this time.
0 commit comments