I just used this browser test - http://design215.com/browser2.php - on my PS3 and its browser respond to a lot of IE5, 6, &7 features. I suspect that since the reported user-agent string is "Mozilla/5.0 (PLAYSTATION 3; 1.00)", none of GWT's IE code is being loaded.
I'll try to figure out how to force my GWT app to always use it's IE code. -- Bosco On Nov 18, 8:58 pm, Angel Marquez <[email protected]> wrote: > I have been using the PS3 browser with TVersity and my primary objective is > to use GWT in a similar fashion. BD-J apps are embedded java applications > and I want to create the menu systems discless. If I could get the app > engine tutorial to deploy I would check for you; but, I can't. I tried the > PS3 browser with hulu, youtubeMovies to no avail. If you come up with > resources for this please share. > > If you have a link to check on the browser post and I'll check it out on my > end. > > On Wed, Nov 18, 2009 at 6:27 PM, bosco monkey <[email protected]>wrote: > > > Has anyone gotten GWT to work on the PS3 browser? I tried the > > barebones app created by the Eclipse GWT plugin on the PS3 and it > > didn't work (only the static HTML showed up). > > > On the other hand, a simple window.onload does work. So at least the > > PS3 browser has some JavaScript support. For example: > > > window.onload = function() { > > > document.getElementById("nameFieldContainer").innerHTML = "John"; > > > document.getElementById("sendButtonContainer").innerHTML = "Adams"; > > } > > > -- Bosco > > > -- > > > You received this message because you are subscribed to the Google Groups > > "Google Web Toolkit" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-web-toolkit%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=.
