When creating something in the view, the smoothness of interaction is lost

hi guys,

i have a quick question. i have noticed that for example if i create a list of youtube videos and the run the app via ionic view that the whole scrolling through the list is not very smooth like with a native application. i have to actually find a bit of white space on my screen to be able to scroll down and up. is there a way to fix this issue?

thanks in advance

There are a couple of things you can do:

Use collection repeat for your list items:

http://ionicframework.com/docs/api/directive/collectionRepeat/

Or read up on native scrolling with an Ionic app

http://blog.ionic.io/native-scrolling-in-ionic-a-tale-in-rhyme/

I’ve built several apps with ionic, and while it will take some tweaking and experimentation to get it right, you can achieve very fluid apps. I’m pretty picky when it comes to performance, and although i’ve had to spend a few nights testing different things, I’m happy with the performance of ionic.