Page 2 of 2

Data Filter Layout Cuts Off Edge When Built

Posted: Tue Jun 25, 2013 9:52 am
by Anton Artyukh5836028

Hi Kapow36,

Could you please give us your public app link? or share the app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a (in this case I need app name).


Data Filter Layout Cuts Off Edge When Built

Posted: Tue Jun 25, 2013 2:02 pm
by Kapow36

Absolutely, here's the link: http://appery.io/app/mobile-frame?src...

And I will share it as well if that helps any. This is just a test app I quickly whipped up though. I've fixed the app I am currently working on, but I think I would classify this as a bug maybe?


Data Filter Layout Cuts Off Edge When Built

Posted: Tue Jun 25, 2013 4:26 pm
by Maryna Brodina

Hello! Element (form) with filter has class .ui-listview-filter and margin:-15px -15px 15px -15px. It doesn't depend on container parameter (what padding you set). That's why when padding is set to 5px container is out of edge. If you're going to use padding 5px on every screen you can rewrite style for .ui-listview-filter. For example create new CSS with code:
code.ui-listview-filter {
margin:-5px -5px 15px -5px !important;
}/code
If you have on different pages with Data Filter different paddings for container you would need to customize Data Filter using JS (on page Show event)