I am making a responsive power app. I would like it to appear correctly on mobile phone (with rotate mode), and desktop (PowerApp webpart on SP Online page). I have set it to
Mode - Tablet
Orientation - Landscape
Size - 4:3 iPad (this is so that I can maximize horizontal and vertical space on desktop)
Scale to fit - disabled
Lock aspect ratio - disabled
Lock orientation - disabled
What I noticed:
1. On mobile (portrait mode), it looks fine and I can scroll down on the gallery.
2. On mobile (landscape mode), the bottom part of the app gets cut off and I cannot scroll down.
3. On desktop (when width big enough), it looks fine and I can scroll down on the gallery.
4. On desktop (when width small enough), the bottom part of the app gets cut off and I cannot scroll down fully, through both scrollbars show. The canvas is always on 4:3 ratio and doesn't auto rotate to portrait.
How can I solve 2 and 4?
Edit - I noticed if I start from a Scrollable Screen Template, it comes with this fluid container component (circle with a question mark icon in it). Do I need to use that to resolve my problem?
Thanks