Overflow-scroll=“true”, screen freezes after filtering

Hi all,
Got the following problem : http://stackoverflow.com/questions/29285258/overflow-scroll-true-screen-freezes-after-filtering,
anyone would have an idea ? I am having this problem for more thans 3 days, have tried to twisted parameters here and there, but nothing to do … screen freezes, and even when unfiltered there is always a delay when touching the screen and scrolling up or down.

You can check the app using Ionic view with code : “22e21949”. Thanks a lot for your help, (much needed), you can see the code here too.

thnaks

Are you using the recent nightly builds? If so tht should solve your issue.

i’m sorry, what do you mean by “recent nightly builds”… not sure I understand. I am using version 1.3.16

There has been some issues with overflow-scoll and I believe it should have been fixed. But its not rolled to public.

Such changes are bundled to the nightly build files. You can use those files to test if it solves your issues.

<link href="http://code.ionicframework.com/nightly/css/ionic.min.css" rel="stylesheet">

<script src="http://code.ionicframework.com/nightly/js/ionic.bundle.js"></script>

Use the above files instead of your default file to check.

@Purusothaman >> thanks !! that done the job very nicely now everything runs very smoothly. I just have a delay when applyin g filter, and I’d like to display a “loading stat” would you have any idea how to do this (by any chance! :slight_smile: