Resize the group by manually setting the higher by pixel(I think you can do this and make the group smaller than it should be but I could be imagining throngs too
Use css to set the overflow-y for that group to scroll?
Not sure i understand what you issue is. why can’t the user just scroll down?
What i used a lot for may apps is setting the group / element height using CSS and classify…this works well for certain thing but not necessarily if the group contains content…
Not sure i understand what you issue is. why can’t the user just scroll down? Should not be an issue if there is actual content to scroll through? Two ideas:
What i used a lot for may apps is setting the group / element height using CSS and classify…this works well for certain thing but not necessarily if the group contains content…
.
(make sure to install the classify plugin - otherwise this won’t work)
another way is to add small collapsable groups like this:
So to ensure all the content fits on my screen, I’ve just changed the dimensions to 375x910 and it works fine in Preview… but is this likely to cause me issues in the future?
it make sense to develop on a large screen (so 910 height makes sense) and then makes sure it scales down well for smaller screens (e.g. using collapsing groups) - that’s just part of the process and cannot be avoided. I use https://chrome.google.com/webstore/detail/responsive-viewer/inmopeiepgfljkpkidclfgbgbmfcennb?hl=en to check for different screen sizes. So when ever i change a page i look at all the different screens and adjust until it works on all of them.