Hello there! Don’t know if it’s a bug or intended, but if I have a slide-box like this:
<ion-content>
<ion-slide-box style="position: absolute" does-continue="true" show-pager="false" auto-play="true">
<ion-slide ng-repeat="photos in slide">
<div><img ng-src='{{photos.img}}'></div>
</ion-slide>
</ion-slide-box> <!-- etc -->
will work on browser with serve and serve --lab, but when I deploy it to my Android device it will show a white space.
Furthermore, I’m using (maybe doing wrong) this block of code as a background for the main content of that section. I suppose this can create the error, but why it can be seen on the live preview?
Thanks for helping. V
