Hi Andrew,
Greetings from Syncfusion.
We have analyzed your reported issue and we would like to inform you that currently, Xamarin not detecting the focus for custom controls, it detects only for the initial rendered pages.
However, you can resolve this problem by adding the list view to a scroll view and setting the soft keyboard windows as Resize as like below code snippet.
Xamarin.Forms.Application.Current.On<Xamarin.Forms.PlatformConfiguration.Android>().UseWindowSoftInputModeAdjust(WindowSoftInputModeAdjust.Resize);
|
Screenshot:
Sample:
Please get back to us, if you have any queries.
Regards,
Muneesh Kumar G.