-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
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
Labels
No labels