Facetted search appears to pull blank screen on mobile
Closed this issue · 3 comments
little-wow commented
pa-w commented
- Try to reproduce (this seems to be a mobile only issue).
Maybe CSS?
Was able reproduce on Chrome in responsive mode... I suspect it has to do with imagesloaded behavior on mobile or we might be misidentifying mobile browsers as IE?
Relevant code here. - Test locally and in staging
- Deploy!
pa-w commented
So, apparently imagesloaded is the responsible and maybe it doesn't help that we use it once the DOM has loaded BUT I am going to try to wait until window.load has triggered to perform the checks.
Here is, I think, imagesloaded bug that is causing this. Note that there is a question regarding minifying code (which we do) desandro/imagesloaded#156