-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refresh option for scrollview when collection-repeat-width or height changes. #1777
Comments
You can resize the scrollview using |
Hi @mhartington . See this http://apps.inders.in/ionic/ |
Alright, gonna hand this off to @perrygovier |
Hi @perrygovier Any Update on issue? |
not yet, @ajoslin is making some modifications to collection repeat that I'm hoping will help before I spend too much time on it |
OK, it works now. If you resize the scroll view, the collectionRepeat will recalculate itself. |
It is good. But There is problem. When I switch to nightly builds for testing this feature. I got error after sliding for a couple of time. Error is "Cannot read property $root of null. Sliding is working fine with previous version. |
Hm. Interesting... I wasn't getting this earlier, I'll take a look again |
Not getting this. Are you sure it's not a problem on you end? |
Hi @ajoslin . Check this http://apps.inders.in/ionic . After clicking forward arrow button for 4 or 5 times. I am getting this error. If you change the ionic.bundle file from nightly to beta release in index.html. it will work fine. |
Checking this out now. |
Fixed! I just simplified the item reuse process to fix this edge case. Additionally, you will be able to use slidebox soon for what you're doing now ... I'm refactoring it currently to use collection-repeat underneath. |
Looking forward to it.
|
Great. I am checking it know. Thanks.
|
Thanks @ajoslin. It is working flawlessly. |
Does this also mean i can apply an ng-if to a collectionRepeat now?? |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Please check this forum post in ionic forum.
http://forum.ionicframework.com/t/setting-collection-item-width-dynamically/6603/7
There must be option to render scrollview on user's will.
Thanks.
The text was updated successfully, but these errors were encountered: