I'm trying to get the PlayStation 3 (PS3) browser to work with GWT
(see thread at
http://bit.ly/5LEG4h). I think that my GWT app may work
if I can force it to only load the IE permutation. Right now, I think
the PS3 NetFront browser is fooling the GWT loader into loading the
Firefox permutation because of its user agent string - "Mozilla/5.0
(PLAYSTATION 3; 1.00)".
How can I modify my app (*.gwt.xml, loader JavaScript code) to always
load the IE permutation regardless of what browser user agent string
comes through?
-- Bosco