■ Application 엘리먼트의 WindowSoftInputModeAdjust 첨부 속성을 사용해 소프트 키보드 입력 모드를 설정하는 방법을 보여준다.
▶ App.xaml
1 2 3 4 5 6 7 8 |
<?xml version = "1.0" encoding = "UTF-8" ?> <Application x:Class="TestProject.App" xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:android="clr-namespace:Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific;assembly=Microsoft.Maui.Controls" android:Application.WindowSoftInputModeAdjust="Resize" /> |
※ 프리뷰 버전 테스트시, 설정 사항이 표시되지 않았다.