.NET Maui App that demonstrate how to scroll the page up when the keyboard is shown on iOS.
This affects only the iOS platform, Android (and hopefully the others) are unaffected and the behavior on these is the default one.
It works extending the ScrollView class and changing it's margin (top and bottom) if it's needed to.
The idea is taken from the KeyboardOverlap plugin for Xamarin.Forms.