Skip to content

Static pagerItems lose binding on ios low memory warning #71

@luis-gmonkey

Description

@luis-gmonkey

I have a simple pager on my app and everytime I hit "Simulate Memory Warning" the layout brakes, the labels lose their binding and the text disappear.

I've made this simple example that if I swipe and hit ""Simulate Memory Warning"" on some pages the label will disappear.
I think this issue only happens with static pager items, if I used items="something" this would work.
I also a another carousel plugin and it works well.

`<pager:Pager row="1" col="0" id="pager" loadMoreCount="0" selectedIndexChange="onSelectedPageChanged" showIndicator="false" disableSwipe="false" cache="false" height="100%">

            <pager:PagerItem>
                <Label text="Test1" textWrap="true" />                    
            </pager:PagerItem>
            <pager:PagerItem>
                <Label text="Test2" textWrap="true" />                    
            </pager:PagerItem>
            <pager:PagerItem>
                <Label text="Test3" textWrap="true" />                    
            </pager:PagerItem>

        </pager:Pager>`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions