I have Xamarin.Forms application and a ContentPage which contains Entry for search and ListView. When I tap on Entry field, keyboard automatically appears. However, I cannot get it to dismiss once tapped outside of search field. It is working as expected on Android but iOS doesn't work. I tried to bind handler to Unfocused on the Entry but it never triggers.
Please help