I have a GWT MVP application and I use FormFactor to determine which version of the app to serve for Mobile, Tablet or Desktop.
My issue comes since Mobile version for IE needs a different doctype to work properly. How can I change the doctype before I serve the app?