Display profiles and html5

I’ve experimented a little bit with display profiles and they are a huge time saver when dealing with wildly different gui layouts and dynamic orientation.

One thing I’ve noticed is that the orientation change does not seems to be triggered on mobile html5.
The same is true on desktop if I try to use Chrome dev tools. If I send the page in full screen then changing the orientation or even the aspect ratio does trigger the change.

Is there something obvious I’m missing or is just not possible?

I guess I found the answer, The scale mode for html5 should be set to stretch to occupy the whole canvas.
This triggers the orientation properly

1 Like