Talk:Nintendo DSi Browser: Difference between revisions

From DSiBrew
Jump to navigation Jump to search
No edit summary
Ludo6431 (talk | contribs)
Added CSS3 test for opera DS
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== CSS3 test ==
== CSS3 test : http://www.css3.info/selectors-test/ ==
To test CSS3 i used : http://www.css3.info/selectors-test/ <br>
results : 39/43 selectors passed and 574/578 tests passed (better than FF3) <br>
--[[User:Ludo6431|Ludo6431]] 23:41, 16 April 2009 (UTC)


For comparison, Opera Desktop 9.64 passes 100%. [[User:Muzer|Muzer]] 10:16, 17 April 2009 (UTC)
{| class="wikitable sortable" width="75%"
|-
! System
! Selectors passed
! Tests passed
|-
| Opera 9.50 DSi
| 39/43
| 574/578
|-
| Opera 9.64 Desktop
| 43/43
| 578/578
|-
| Mozilla Firefox 3.0.9-ubuntu Desktop
| 36/43
| 373/578
|-
| Opera 8.50 DS
| very buggy, random number of tests
| N/A
|}


== Detection of browser fails. ==
== Access to Opera's Configuration ==
Usually to configure the browser, we wrote "about:config" or "opera:config" but in Nintendo DSi Browser, this doesn't work !


I edited the redirection demo to see the return Values an got following code:
== Opera's Widgets ==
  <html><head><title>Test</title>
The widgets for Opera Browser (widgets.opera.com) are not working on DSi Browser. And also the wigdets for Wii not working too !
  </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? --[[User:WiiCracker|WiiCracker]] 19:56, 18 April 2009 (UTC)

Latest revision as of 13:39, 25 April 2009

CSS3 test : http://www.css3.info/selectors-test/

System Selectors passed Tests passed
Opera 9.50 DSi 39/43 574/578
Opera 9.64 Desktop 43/43 578/578
Mozilla Firefox 3.0.9-ubuntu Desktop 36/43 373/578
Opera 8.50 DS very buggy, random number of tests N/A

Access to Opera's Configuration

Usually to configure the browser, we wrote "about:config" or "opera:config" but in Nintendo DSi Browser, this doesn't work !

Opera's Widgets

The widgets for Opera Browser (widgets.opera.com) are not working on DSi Browser. And also the wigdets for Wii not working too !