Re: GWT for samsung smart TV, maple browser

2011-07-17 Thread connectedtvforum.com
Dominic,
   I have actually worked the other way around - first building a
Samsung app and then a Google TV app. The Maple browser is completely
different from the nice Chrome browser on your desktop. For starters,
GWT does work with the MAPLE browser. I had to write custom code for
Samsung and I used the Google TV UI lib to get me to the 80% mark for
GTV. Can you point me to your GTV app so that I can get a better idea
of what you are trying to build?

On Jul 14, 9:30 am, Dominic dominic.mar...@gmail.com 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

-- 
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.



GWT for samsung smart TV, maple browser

2011-07-14 Thread Dominic
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

-- 
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.



Re: GWT for samsung smart TV, maple browser

2011-07-14 Thread Jeff Chimene
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.