Hi
I have the following
<ion-content>
<ion-scroll direction="xy">
<img src="http://fc07.deviantart.net/fs71/f/2013/363/a/d/the_cast_of_futurama_by_unrellius-d6kos9j.png">
</ion-scroll>
</ion-content>
This is working in B3 but in B4, I could only scroll along the x-axis. If I try scrolling up/down, the entire image will just spring back to the top.
I’ve also tried with the nightly build (2090), same result.
I’ve also tried disabling the data-tap-disabled, same result.
I’m testing this on Chrome desktop browser.
Thanks