<ListView.Footer>
<ActivityIndicator IsRunning="{Binding FetchingData}" />
</ListView.Footer>
It seems the IsRunning Binding does not work when it is contained in a footer. If I replace with IsRunning="True"
the ActivityIndicator displays properly. Tested on Android and iOS. Has anyone else run into this?