I want to create a Mobile + Desktop responsive application using GWT for the dynamic part. It will not be a single page app, but I wonder if any compatibility issues remain in the created JS or are all major mobile browser being supported by the GWT compiler / framework.
Also I wonder what the best way to go is. Usually we would use bootstrap and annotate html elements with custom ids and run a single GWT script / program which enhances and extends the annotated elements.
Since we have to react on browser resize events I wonder if there are any quirks (as before) or is this event now stable?