- Android TabbedPage navigation blank dotnet/maui#9743
- iOS Toolbar back button isn't updating correctly
- TitleView on iOS fixes
- iOS will navigate to the next field now when you've set it to next.
- Modal measuring when you push a modal and type in a box
- Various Frame Issues
- ConfigureKeyboardAutoScroll will auto scroll your entries into view
- FlyoutPage on iPAD
- Android, tapping off into nothingess closes keyboard (need to use included behaviors for this to work)
- FocusAndOpenKeyboard if you want to open the keyboard
- ShellContentDI will always consult the DI system for page so if it's set to transient it should create a new page every single time
builder.ConfigureMauiWorkarounds();
builder.ConfigureShellWorkarounds();
builder.ConfigureTabbedPageWorkarounds();
builder.ConfigureEntryNextWorkaround();
builder.ConfigureKeyboardAutoScroll();
builder.ConfigureFlyoutPageWorkarounds();
#if ANDROID
builder.ConfigureEntryFocusOpensKeyboard();
#endif