core-list appears to break on iOS (items stop being rendered) when used with "-webkit-overflow-scrolling: touch". Is enabling smooth mobile scrolling in the works for it?
Also curious around the plan for mobile scrolling in general - should we expect any type of official scroller component in the future? I'm not completely current on the state of mobile scrolling/lists but my understanding is that "-webkit-overflow-scrolling: touch" mostly eliminated the need for fancy JS scrolling optimizations or simulations but that positioning, snapping, pull to refresh, zooming, infinite scrolling, etc are common nice to haves in a scroller widget. Or is this something we should plan to handle ourselves?