I have an app that uses a grid with multiple columns for display of information. With standard font sizes the grid works well but when the font size is scaled up it would look better to switch to a layout that displays the information in a single column.
Is there a way in Xamarin Forms to change the layout based on the what font scale is set on the device. I need a solution for Android and iOS.
Thanks!