Difference between revisions of "Talk:Nintendo DSi Browser"

From DSiBrew
Jump to navigation Jump to search
Line 16: Line 16:
 
   </body></html>  
 
   </body></html>  
 
and I EVER get -1 on my DSi!
 
and I EVER get -1 on my DSi!
Can anyone give a workaround?
+
Can anyone give a workaround? --[[User:WiiCracker|WiiCracker]] 19:56, 18 April 2009 (UTC)

Revision as of 21:56, 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? --WiiCracker 19:56, 18 April 2009 (UTC)