Sample Project to scroll through iOS camera-roll using [virtual-scroll]

Sample project to scroll through iOS camera-roll using ionic2 component virtual-scroll. Notes:

repo is here: https://github.com/mixersoft/ionic2-camera-roll-virtual-scroll.

I wanted to compare scroll performance vs ionic1, and it’s pretty responsive. However, the images lag. One reason is that the images are “lazyloaded” as full-res images copied to the cordova file system

I still need to get/calculate image dimensions and give [virtual-scroll] layout hints.