Im currently writing mobile interfaces for my GWT app. Im just doing so using the standard GWT libraries. I was wondering if there is a way to tell panels/widgets to align in a landscape mode. The functionality i'm looking for is for the user to interact with the app with the phone sideways, just so I can make use of a screen thats wider than it is tall!
I actually don't really care about orientation changes. For my purposes I just want my app to be used only landscape mode. As such if the user was to load it up and hold the phone portrait, the app would appear sideways. All I really need is a way for my main widget container to be in landscape orientation. The actual change between portrait and landscape should make no difference to my interface.
Does anyone know how to do this? Im no expert with GWT/css but it seems like something that would hopefully be straightforward!
Cheers!