
Until now I happily created a powerapp for a large number of employees. In my browser and on my iphone 7 plus all looked the same. Occasionally I saw people with phones where te lower part of the screen was not used. Apparently the height to width ratio has increased om modern phones. Just bought an iphone 13 plus pro: same problem.
In settings I disabled "adjust to screen" (I hope I translate correct from dutch) and made corrections to dimension properties of some components (App.Width or Parent.Width in stead of a hard coded number).
All looks fine but because of the much higher resolution all fonts and buttons have shrunk considerably which makes the app less enjoyable to use.
I started experimenting with upscaling dimension of components with a factor (phone pixelheight/design form pixelheight=1136) and phone pixel width/640. Also i experiment with a standard calculation to upscale fonts. It works but to do this throughout my whole application would be quite a task.
I could try to live with the smaller buttons and smaller fonts but maybe the resolution race goes on and in a few years you need magnifying goggles and a stylus to work the app.
How do you guys deal with this?