If I set
.gwd-page-size {
width: 100%
}
[data-gwd-component-id="page1"] {
max-width: (somepixels);
min-width: (somepixels);
}
And
"page1": {
"properties": {
"width": "100%"
I can achieve a responsive design, but it breaks the design view.
It seems that the width and height of .gwd-page-size are used to set the size of the canvas in design view, but it cannot be set as a percentage, even if absolute width is set for html and body.
With all the emphasis on not having to worry about compatibility "across screens" and "without compatibility issues", it would be really nice to have some instructions on how to achieve this.
Thanks
P.S.
Your "Tags" field (on this page)says "comma separated list", but it separates tags whenever I hit space.