I have made app which will be used on iPads and have used dynamic scaling and locations for the controls. I have locked the aspect ratio, and disabled scale to fit so it looks like it is on an iPad Air when testing on all devices. It look great on the computer monitor and my mobile phone, everything is where it should be, but on the iPad, everything which added up to 100% wrapped down.
I did some testing and found that on my iPad, 100% of a parent or the screen is 100% + 1px at the beginning for some reason, meaning it drops down. This ruins the sizes of my galleries and containers. I know I could just go through everything and subtract 1px on everything affected, but that would just make it uglier in the long run. Am i doing something wrong / is there a work around?