Hi everyone,
I have a strange issue in my Ionic 1 application. I have a homepage with an ion-footer component, it shows perfectly, but I also have a div (which is a ion-slide-box) that is positionned to be absolute and bottom 0 (so just before the footer). In most cases it just works but from time to time my ion-slide-box div goes under the footer, as if the absolute position was based on the whole page and not just the ion-content (or the content dont take the footer into account).
Has anyone experienced a problem like that ? Do I need to delay the apparition of the slide-box after the footer takes place ?
Thanks !
PS: this happens both in my Chrome browser and on iOS devices.