Is any event fired when a tablet running touch application rotates from portrait to landscape, and viceversa?
I’d like my application to automatically resize when this happens. Any hint?
Such a problem can take place if you initialize view a certain container. For example:
var ui = dhx.ui({
container: “someId”,
…
Please see demos in touch package. In most samples, a layout did not attached to a specific container.