An odd blur using inline searchbar iOS 26

When I use an inline search bar on a screen and the keyboard is opened, we can see an odd blur in the final place first before the keyboard finishes the move

Thank you for providing the screenshots and post. To assist you further in reproducing the issue, please provide the SwiftUI code you are using, or is UIKit? Along with the Xcode version and iOS version you are using.

Is your List sitting behind a search bar? Where else can we see in the SwiftUI View? Posting it will be good to see the controls and what’s behind that.

When the keyboard visually finishes rising, so you see it "pop" or "flash" into the end state first? What’s the background set at? .background(.ultraThinMaterial)? Or are you using UIKit? Is the blur your own view or the system's search bar background?

If you could provide all that information, including a focused and simple sample demonstrating the issue, more developers would be able to investigate and identify the cause.

Albert  WWDR

An odd blur using inline searchbar iOS 26
 
 
Q