On 07/14/2011 06:30 AM, Dominic wrote:
> Our company made a google TV application with GWT, and we want to port
> it to the samsung smart TV.
> Samsung TV uses the maple browser.
> When we run the apps, I think the browser detection fails, and the app
> doesn't seem to run.
> Is there a compile setting I should add to make it work with that
> browser? Is it supported?
> 
> Thanks,
> Dominic
> 

Short answer: no. Long answer: maybe, but you have to pick a browser
work-alike and extensively test the results. The work-alike fails to
adequately support your application, you may have to customize the
generated Javascript. You'll also want to find out what rendering agent
the maple browser uses.

There are probably other comments about this topic in the group
archives. ISTR that you want to create a custom definition to select a
fall-back user agent among those that are supported.

Start with /com/google/gwt/user/UserAgent.gwt.xml

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to