Difference between revisions of "Talk:Nintendo DSi Browser"

From DSiBrew
Jump to navigation Jump to search
Line 5: Line 5:
  
 
For comparison, Opera Desktop 9.64 passes 100%. [[User:Muzer|Muzer]] 10:16, 17 April 2009 (UTC)
 
For comparison, Opera Desktop 9.64 passes 100%. [[User:Muzer|Muzer]] 10:16, 17 April 2009 (UTC)
 +
 +
== Detection of browser fails. ==
 +
 +
I edited the redirection demo to see the return Values an got following code:
 +
  <html><head><title>Test</title>
 +
  </head><body>
 +
  <script type="text/javascript">
 +
  document.write("-1 if you are not using it: " + navigator.appName.indexOf('Nintendo DSi'));
 +
  </script>
 +
  </body></html>
 +
and I EVER get -1 on my DSi!
 +
Can anyone give a workaround?

Revision as of 21:54, 18 April 2009

CSS3 test

To test CSS3 i used : http://www.css3.info/selectors-test/
results : 39/43 selectors passed and 574/578 tests passed (better than FF3)
--Ludo6431 23:41, 16 April 2009 (UTC)

For comparison, Opera Desktop 9.64 passes 100%. Muzer 10:16, 17 April 2009 (UTC)

Detection of browser fails.

I edited the redirection demo to see the return Values an got following code:

 <html><head><title>Test</title>
 </head><body>
 <script type="text/javascript">
 document.write("-1 if you are not using it: " + navigator.appName.indexOf('Nintendo DSi'));
 </script>
 </body></html> 

and I EVER get -1 on my DSi! Can anyone give a workaround?