Data Filter Layout Cuts Off Edge When Built
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).
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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).
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?
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)