loading only IE permutation

31 views
Skip to first unread message

bosco monkey

unread,
Nov 20, 2009, 2:06:24 PM11/20/09
to Google Web Toolkit
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

Thomas Broyer

unread,
Nov 20, 2009, 6:21:20 PM11/20/09
to Google Web Toolkit


On 20 nov, 20:06, bosco monkey <groups....@boscoso.com> wrote:
> I'm trying to get the PlayStation 3 (PS3) browser to work with GWT
> (see thread athttp://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?

<set-property name="user.agent" value="ie6" />

;-)
Reply all
Reply to author
Forward
0 new messages