I played around with nativescript angular for a bit and I have observed a few quirks which i have questions on, specifically with the load on demand feature:
I am currently using angular2 with nativescript.
1. Do the load on demand template work for Auto mode? I can't seem to get it to show in auto mode
2. I tried to use the load of demand template through the directive, following the sample here but with a different text. I noticed the original Load More text still exist, and if i do not set a height for my layout container, it will automatically follow the itemHeight set on the ListViewLinearLayout. Is this intended behavior?
3. In auto mode, the activity indicator can't really be scrolled to and seen, especially when a large itemHeight is set. eg. 500. The activity indicator follows the itemHeight and is vertically aligned to the center. This might work if the item uses a default height, but would not work if we are setting an itemHeight.
4. Not setting itemHeight causes really bad flickers when scrolling through the list. I think it's got to do with the fact that it is virtualized but is this intended behavior?