I’m using a slidebox where the ion-slides have a background.
When I try to run this in the iOS simulator or on iOS device (haven’t checked Android yet), the pager disappears and reappears when scrolling ion-content up and down.
Please see this video for an illustration of what is happening:
https://dl.dropboxusercontent.com/u/10543747/slider_issue.mov
Basically once a div that goes underneath the pager, that div clips over the pager once you scroll past a certain point. I have no idea why this is happening. Z-index on the pager seems to be ignored.
It could have something to do with the fact that when you scroll the pager under the status bar, it dims a little bit. However, I can’t pinpoint if this dimming effect is something in the CSS, since the DOM doesn’t seem to change when inspecting. Any ideas? It looks really buggy right now.