diff --git a/src/Controls/tests/TestCases.HostApp/Issues/Issue19214.xaml b/src/Controls/tests/TestCases.HostApp/Issues/Issue19214.xaml new file mode 100644 index 000000000000..1ab8c03e2a8e --- /dev/null +++ b/src/Controls/tests/TestCases.HostApp/Issues/Issue19214.xaml @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Controls/tests/TestCases.HostApp/Issues/Issue19214.xaml.cs b/src/Controls/tests/TestCases.HostApp/Issues/Issue19214.xaml.cs new file mode 100644 index 000000000000..92c88ae3c284 --- /dev/null +++ b/src/Controls/tests/TestCases.HostApp/Issues/Issue19214.xaml.cs @@ -0,0 +1,15 @@ +using System; +using Microsoft.Maui.Controls; +using Microsoft.Maui.Controls.Xaml; + +namespace Maui.Controls.Sample.Issues; + +[XamlCompilation(XamlCompilationOptions.Compile)] +[Issue(IssueTracker.Github, 19214, "iOS Keyboard Scrolling ContentInset Tests", PlatformAffected.iOS)] +public partial class Issue19214 : ContentPage +{ + public Issue19214() + { + InitializeComponent(); + } +} diff --git a/src/Controls/tests/TestCases.HostApp/Issues/Issue19214_2.xaml b/src/Controls/tests/TestCases.HostApp/Issues/Issue19214_2.xaml new file mode 100644 index 000000000000..6971aa1effbc --- /dev/null +++ b/src/Controls/tests/TestCases.HostApp/Issues/Issue19214_2.xaml @@ -0,0 +1,12 @@ + + + + +