Fuse 0.29 & 0.30
iOS 10.0.2
I am trying to do this:
Lifecycle.on("enteringInteractive", function() {
exports.listData.clear()
})
Where exports.listData is an Observable list rendered in a StackPanel mounted in a ScrollView. It doesn’t have any effect, but the same code called from a click event handler clears the list as expected.
I am trying to reset an infinite scroll list when the application has been in the background longer than a specified interval.