Capacitor - Some QIntersections don't Display
-
I have a page in my quasar app that looks like this:
XXXXX
XXXXX
XXXXX
…where each X is a q-intersection containing a q-card (each row is a separate wrapper element). It works great in browser, but for some reason when I build with capacitor and test it on android, every other row does not display.
Here’s a picture on android emulator with capacitor (every other row missing):
And here’s a picture in browser (works fine):
Any idea how to fix this?
-
@nbtravis I really don’t have any idea, unless you have some sort of console error. What I might try though, is to just use raw intersection observers. It’s a bit more work, but it would probably fix something like this. You’d just have one intersection observer for performance reasons and connect each row to it.