Nintendo DSi Browser: Difference between revisions
Jamesyoung (talk | contribs) mNo edit summary |
m Socialcu.be does not have https |
||
| (12 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
The '''Nintendo DSi Browser''' is a free application downloadable from the [[Nintendo DSi Shop]]. It is capable of browsing the internet, but only with some plugins, including Javascript. Adobe Flash is not compatible with the application. Though Flash is not supported, sites such as DSiCade and DSiPaint have took advantage of the Javascript functionality and created games and applications, | The '''Nintendo DSi Browser''' is a free application downloadable from the [[Nintendo DSi Shop]]. It is capable of browsing the internet, but only with some plugins, including Javascript. Adobe Flash is not compatible with the application. Though Flash is not supported, sites such as DSiCade and DSiPaint have took advantage of the Javascript functionality and created games and applications, similar to ones created for Adobe Flash. | ||
== Changelog == | == Changelog == | ||
| Line 80: | 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 === | ||
To detect if the user agent is Nintendo DSi Browser : | To detect if the user agent is Nintendo DSi Browser : | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
window.onload=function | window.onload=function | ||
=== Key Codes === | === Key Codes === | ||
| Line 159: | 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] | ||