xamarin / Xamarin.Forms

Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
https://aka.ms/xamarin-upgrade
Other
5.63k stars 1.87k forks source link

UISearchBar in NavigationPage issue #4378

Open mjromka opened 5 years ago

mjromka commented 5 years ago

I have a problem with iOS search implementation in Xamarin Forms in combination with IsPullToRefreshEnabled="true" of ListView: animation is not smooth and the navigation bar doesn't get back to initial position after reload. See video and project to reproduce.

mjromka commented 5 years ago

I found that similar problem exists in native apps too. None of solutions worked for me though. Implementation in Xamarin.iOS works smoothly. FYI

kingces95 commented 5 years ago

Looks ok for me locally on simulated on 3.4.0. SearchTest.zip

bb5918f5-c616-41f8-867e-f7223b6f1f0f

mjromka commented 5 years ago

You are showing Android emulator, the question was about iOS: search + refresh.

mjromka commented 5 years ago

@kingces95 , could you reopen this ticket?