PureWeen / ShanedlerSamples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

Description

Things Fixes

  • 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

Features added

  • 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

All workarounds

builder.ConfigureMauiWorkarounds();

Pick some

builder.ConfigureShellWorkarounds();
builder.ConfigureTabbedPageWorkarounds();
builder.ConfigureEntryNextWorkaround();
builder.ConfigureKeyboardAutoScroll();
builder.ConfigureFlyoutPageWorkarounds();

#if ANDROID
builder.ConfigureEntryFocusOpensKeyboard();
#endif

About

License:MIT License


Languages

Language:C# 100.0%