Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 686 Bytes

keyboardautomanagerscroll.md

File metadata and controls

11 lines (8 loc) · 686 Bytes
ms.topic ms.date
include
10/21/2023

::: moniker range=">=net-maui-8.0"

Note

On iOS, the soft input keyboard can cover a text input field when the field is near the bottom of the screen, making it difficult to enter text. However, in a .NET MAUI iOS app, pages automatically scroll when the soft input keyboard would cover a text entry field, so that the field is above the soft input keyboard. The KeyboardAutoManagerScroll.Disconnect method, in the Microsoft.Maui.Platform namespace, can be called to disable this default behavior. The KeyboardAutoManagerScroll.Connect method can be called to re-enable the behavior after it's been disabled.

::: moniker-end