In our project we have multiple ListViews, with IsRefreshing bound (also PullToRefresh and RefreshCommand) to an observable property in the ViewModel.
Upon loading the page, we run the update command, thus making it reload data whenever navigation happens.
The issue is, this initial refresh is not shown at all. When pulled to refresh, the refresh knob appears and disappears as it should. This happens on both 6.0 and 4.4
Our project employs the new FormsAppCompatActivity with our custom theme (that does not modify anything ListView related).
Could this be related to FormsAppCompatActivity?