I have found how to achieve a really Responsive App.
All the trick is in CSS.
Please take a look:
http://sinlios.com/neoappbuilder/responsive-test
Source code:
http://sinlios.com/neoappbuilder/responsive.zip
Regards.
Moderator: Neosoft Support
body{
overflow-x:hidden!important;
}
#NewPage{
overflow:visible;
}
.container{
margin:20px;
padding:10px;
position:static!important;
height:auto!important;
width:100%!important;
}
.row{
position:static!important;
height:auto!important;
width:100%!important;
padding:10px!important;
}
.col-sm-6{
position:static!important;
padding:15px;
}
.col-sm-12{
position:static!important;
padding:15px;
}
Return to General NeoAppBuilder Discussion
Users browsing this forum: No registered users and 1 guest