Tool/software: Code Composer Studio
How can I make my Gui Composer application to be responsive. In other words, to automatically resize according to the device screed size like any other web interface. This is normally done by adding the following line to the html file:
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
But it does not seem to make any difference when I add this to the .gui file.
The menubar and statusbar in my gui does resize to the device screed size. But how can I make the rest of the widgets also resize to different screens automatically?