-
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
bug: Collection-repeat resize beta.14-nightly #3054
Comments
@adamdbradley this also happens with ng-repeat: http://codepen.io/anon/pen/pvdBzd It appears to be a problem with clearing the cache right as a view loads. If we wait 100ms before clearing the cache, it works fine: http://codepen.io/anon/pen/LEOvPv |
Sorry my problem is not solved. I don't use clearcache and with the last nighlty (1009), I still have the problem. works. On my tablet when i rotate the screen to landscape, the collection-repeat size seems to be equal to the size of the portrait width (picture portrait). And when i rotate to portrait, the width seems to be the size of the landscape. No problem on iOS emulator. |
Can you reopen this issue? Thanks. |
Hello, http://codepen.io/gnoumaster/full/ByrvOj/ If you comment the nightly version and uncomment the beta14 version js/css files, it works great the "+" sign is inside of the view. I think this is a css problem, I use ionic grid system (row/col) insead of the collection-repeat list. Maybe this is not the right things to do? I also test with the collection-repeat codepen done by the ionic team, and i have the same problem is I define a flot:right to the image. Thanks for your help !! |
Can you try the latest nightly build? |
I tried with the latest nightly and i still have the same problem. You can reproduce it with my codepen and chrome or stock brower on android 4.4. You rotate the screen and the collection-repeat list is not resized. |
There were two problems:
Both are fixed now. Your codepen will work when the nightly build is up. |
Hi, Perfect it works, thanks. But now my list is really slow on my tablet (galaxy tab S) with expose-aside-when="large", without it's smooth as before. I don't see this problem on the codepen :( Do you have any idea? |
Type: bug
Platform: android 4.x webview
Hi,
It seems that the last update break the automatic resize when the device is rotate.
It works with beta 14 but not with the lastest nighly. My collection-repeat item is not recalculate when i rotate my screen (item size is the same than before the screen rotation).
No problem in the ionic codepen and on iOS, it seems to be only on android (tested on version 4.4)
The text was updated successfully, but these errors were encountered: