Case:
- using VirtualScroll
- Iphone hardware (NOT simulator, ios 10.3.3)
- scroll down to page bottom
- remove last array item.
- page should auto scroll to page bottom, but it keep a empty space in bottom.
When you touch the scrollable area, items go back to correct position.
- already have approxItemHeight
- already try to change to content size after array change
- already try to force update by changeDetectorRef.detectChanges();
- only happen in iphone hardware, android and mac desktop browser work correctly.