DEV Community

Discussion on: [Dribbble Challenge] — Coffee Ordering Animation

Collapse
 
robole profile image
Rob OLeary

Hi roman, I could not interact with the live code example on a desktop browser, you cannot scroll down. You need to allow scrolling on the y-axis, this is disabled currently. Changing the attribute scroll-y did the trick.

 <ion-app>
    <ion-content scroll-y="true">

It'd be nice to see the contents of it all in one screen. Atm you can only see the coffee image fill the entire screen..

Collapse
 
romanrr profile image
Roman Antonov

Thanks for the trick. Mainly this tutorial is for Mobile development, and i disable scroll consciously to prevent some errors and make flow smooth in demonstration.