Maui - Responsive sizing (Fonts, control widths etc) based on screen size?

Viewed 37

Example of different layouts / screen sizes

Hi everyone,

I'm trying to create a 'Reactive' page inside .NET Maui.

I can't seem to find any help around reactive sizing. The example image shows a simple label with a 'longer' peice of text. In my Android Emulator (left) the text wraps, but in the larger iOS tablet (middle) the text doesn't.

If possible, i would like to be able to reduce the font size on the smaller screen (Right) so it fits nicely to the page, but obviously keep the original fontsize on larger devices

I come from a HTML background, so looking for the equivilent of css Media Queries?

Any help would be appreciated!

0 Answers
Related