On a MAUI app, we display some information at the bottom of the screen: for example we display the version number of the at the bottom of the menu in the Shell.
On most devices, the screen is well displayed and is fully visible. However, on some devices, the "system navigation bar", which contains "back", "home" and "recent" buttons, is displayed above the app screen. This bar is also called "soft keys" or "system bar".
Is there a way to get the height of this system navigation bar?
You can get it on each platform using custom renderer.
For Android
For iOS
For how to use Custom Renderers in MAUI,you can check Using Custom Renderers in .NET MAUI.