No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Capacitor - Some QIntersections don't Display

    Help
    2
    2
    97
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • N
      nbtravis last edited by

      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):

      c1bb8de3-7153-4811-87a9-c55648a7aae0-image.png

      And here’s a picture in browser (works fine):

      c3a313a5-ce30-4b7c-a768-e81ef5502a2c-image.png

      Any idea how to fix this?

      beets 1 Reply Last reply Reply Quote 0
      • beets
        beets @nbtravis last edited by

        @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.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post