Nintendo DSi Browser: Difference between revisions

CashMan (talk | contribs)
No edit summary
CashMan (talk | contribs)
No edit summary
Line 11: Line 11:
== Tips ==
== Tips ==


* To active the vertical mode automatically, add this tag between <head></head> :
=== Vertical mode ===
 
To active the vertical mode automatically, add this tag between <head></head> :


  <meta name="viewport" content="width=240">
  <meta name="viewport" content="width=240">
Line 17: Line 19:
You can test that with a demo page on my website : [http://www.cashman-productions.fr.nf/dsi/ here]
You can test that with a demo page on my website : [http://www.cashman-productions.fr.nf/dsi/ here]


* To detect if the user agent is Nintendo DSi Browser :
=== Detect User Agent ===
 
To detect if the user agent is Nintendo DSi Browser :


  <script type="text/javascript">
  <script type="text/javascript">