Page 1 of 1

Responsive design

Posted: Sun Dec 19, 2021 11:16 pm
by yvesf
Hello,

Coming back on a topic that is interest probably a lot of us. Is it possible to make nubuilder responsible ? If not, is there something that could help to be as close as possible to a responsive design ? Many thanks for your answer.

Re: Responsive design

Posted: Thu Dec 23, 2021 8:08 am
by kev1n
You'll find information on this topic here:

viewtopic.php?t=11293

You can also try

Code: Select all

nuPortraitScreen()
. This function takes all visible Objects and displays them all in one Column with no Tabs. To improve use on smaller screens.

Re: Responsive design

Posted: Sat Dec 25, 2021 12:29 pm
by yvesf
Thanks Kevin. I understand the complexity to be full responsive which is more for commercial website than webapp. This proposed feature would certainly help.