You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generalize HideSoftInputOnTapped on Android and iOS to support 3rd party input controls (#19626)
* Generalize HideSoftInputOnTapped on Android and iOS to support 3rd party input controls.
* - remove predicate on iOS
* - fix
---------
Co-authored-by: Shane Neuville <[email protected]>
Copy file name to clipboardExpand all lines: src/Controls/src/Core/ContentPage/HideSoftInputOnTappedChanged/HideSoftInputOnTappedChangedManager.Android.cs
+3-11Lines changed: 3 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
usingAndroid.Widget;
4
4
usingMicrosoft.Maui.Graphics;
5
5
usingAView=Android.Views.View;
6
+
usingAViewGroup=Android.Views.ViewGroup;
6
7
7
8
namespaceMicrosoft.Maui.Controls
8
9
{
@@ -43,21 +44,12 @@ page.Handler is IPlatformViewHandler pvh &&
43
44
// This is called from InputViews as they are added to the visual tree
0 commit comments