Skip to content

.NET Maui App that demonstrate how to scroll the page up when the keyboard is shown on iOS

License

Notifications You must be signed in to change notification settings

massijay/iOSMauiScrollUpOnKeyboardShow

Repository files navigation

iOSMauiScrollUpOnKeyboardShow

.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.

Before (using default ScrollView)

before.mp4

After (using FixedScrollView)

after.mp4

About

.NET Maui App that demonstrate how to scroll the page up when the keyboard is shown on iOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages