-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Description
I have encountered a UI layout issue when using SearchHandler within a Shell page on iOS (.NET 9/10).
Steps to Reproduce
Current Behavior:
When tapping the search box to focus:
The navigation bar title hides.
The search bar animates/floats upwards as expected.
However, the suggestions drop-down list does not follow the search bar's upward movement. It seems to remain anchored to its original position (before the search bar moved).
Result:
This creates a visible gap between the search bar and the suggestions list, revealing the underlying UI content in between.
Platform Specifics:
iPhone: Issue reproduces (Bug).
iPad: Works correctly (suggestions list stays attached to the search bar).
Android: Works correctly.
Environment
.NET MAUI Version: .NET 9 / .NET 10
Platform: iOS (iPhone only)
Link to public reproduction project repository
No response
Version with bug
10.0.10
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
No response
Affected platforms
iOS
Affected platform versions
iOS 15 -iOS 26.1
Did you find any workaround?
No response