Change UiTemplate based on browser user-agent in GWT

Coundamummave

New Member
I've been working on a web application that will be used by both iPads and desktop browsers. I have two UiBinder templates created that have the same fields, just rearranged differently with different CSS.Is there a way to have GWT automatically use a different UiTemplate when a mobile browser's user-agent is detected?
 
Top