Nintendo DSi Browser: Difference between revisions
m Undo revision 4197 by Nickeilitz (talk) Vandalism? |
m Socialcu.be does not have https |
||
| (6 intermediate revisions by 3 users not shown) | |||
| Line 67: | Line 67: | ||
== User Agent strings == | == User Agent strings == | ||
Sample DSi Browser User Agent Strings : | Sample DSi Browser User Agent Strings : | ||
Opera/9.50 Nintendo DSi | *Opera/9.50 (Nintendo DSi; Opera/483; U; en-US) | ||
*Opera/9.50 (Nintendo DSi; Opera/483; U; en-GB) | |||
*Opera/9.50 (Nintendo DSi; Opera/507; U; en-US) | |||
*Opera/9.50 (Nintendo DSi; Opera/507; U; en-GB) | |||
== Tips == | == Tips == | ||
| Line 76: | Line 80: | ||
To active the vertical mode automatically, add one of the following tags between <head></head> : | To active the vertical mode automatically, add one of the following tags between <head></head> : | ||
<meta name="viewport" content="width=device-width" | <meta name="viewport" content="width=device-width"> | ||
<meta name="viewport" content="width=240" | <meta name="viewport" content="width=240"> | ||
Using device-width will adapt the page to the width of other mobile devices. | Using device-width will adapt the page to the width of other mobile devices. | ||
You can test this mode with the following demo page: [http:// | You can test this mode with the following demo page: [http://dsipaint.com DSiPaint]. | ||
=== Detect User Agent === | === Detect User Agent === | ||
| Line 146: | Line 150: | ||
== Example Sites == | == Example Sites == | ||
<!-- If you have a website that demonstrates these techniques, place it here! --> | <!-- If you have a website that demonstrates these techniques, place it here! --> | ||
* [http://dsipaint.com DSiPaint] | |||
* [http://socialcu.be SocialCu.be] | |||
* [http://www.dsicade.com DSiCade] | * [http://www.dsicade.com DSiCade] | ||
* [http://hullbreachonline.com/ds HullBreach Online Lite] | * [http://hullbreachonline.com/ds HullBreach Online Lite] | ||