Page 1 of 1

Re: Strange RWD problem

Posted: Wed May 27, 2020 6:34 am
by Pablo
The viewport size is the breakpoint width.

Note that you can also set the size of the dialog to full width. Then you do not have to worry about the size for smaller screens.

Re: Strange RWD problem

Posted: Wed May 27, 2020 6:51 am
by alex4orly
OK, I don't see a setup parameter in the JQuery to set the size to 100%

Where?

Re: Strange RWD problem

Posted: Wed May 27, 2020 7:04 am
by Pablo
If the breakpoint is specified in the RWD properties) and the browser's viewport gets smaller than the specified value, the dialog will switch to full width mode.

Note:
Set the 'position childeren' property to floating, otherwise the content of the dialog will not be flexible.

Re: Strange RWD problem

Posted: Wed May 27, 2020 8:31 am
by alex4orly
But the Dialog is initially hidden and only open on a button click

So?

Re: Strange RWD problem

Posted: Wed May 27, 2020 9:07 am
by Pablo
This does not matter.