I’m new to ionic framework. I’m having problem display slide box images. they do not appear. I checked the codes and noticed width is set to 0. When i re-size window, it appears fine. i checked no other css or js effecting it. not sure why it’s happening.
Can any pro can help me fix this?
I wish. I am struggling with the same problem.
For me it only happens if I reload the page with the slide box, not when I transition to it via a click from another page.
It seems the browser is not reflowing the page, but doing the usual .offset() trick to trigger a reflow does not work.
Experiencing the same at random times, mostly on devices (Android & iOS). Any word from the Drifty guys on this matter? Forcing dispatchEvent seems a bit like a hack.
I can’t reproduce it in a pen, but it’s 100% reproducible in certain scenarios in my app, @mhartington I can mail the current version to you as before if you want.
The update causes the slides to be stacked (e.g. the text of all is displayed through each other). Only when opening the first item does display the ion-box correctly. What could be the issue?