views:

110

answers:

1

I'm looking for information on javascript support for the inbuilt Web Browser. The wiki doesn't have any information, and on my sites jquery based code doesn't work. However it runs the Sunspider benchmark just fine, so js must be supported in some way.

Second Life Wiki - Web Browser

Sunspider results

Anyone can point me to a good resource? thanks

+1  A: 

Okay after a deep investigation my conclusion is as follows:

* Media Browser works ok with javascript
* Media Browser works ok with jquery
* Media Browser works ok with jquery served from another domain
* My issue: Media Browser cannot deal with the microsoft cdn version of jquery (<script type="text/javascript" src="http://ajax.microsoft.com/ajax/jQuery/jquery-1.3.2.min.js"&gt;&lt;/script&gt;)

Regular desktop browsers work with all of the above (including firefox, ie, chrome). Therefore I recommend if you do want to use this use the google Ajax Library API at http://code.google.com/apis/ajaxlibs/documentation/

I'd still like to see documentation, a script console and debugger for the media browser however.

Pacifika