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

    Is there a 'Quasar way' of disabling browser pull-to-refresh?

    Help
    1
    2
    286
    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.
    • A
      Arto last edited by

      Browsers have their native pull to refresh, which is something that I absolutely do not want in my swipe-heavy app.
      Right now I have disabled it in quite standard way:

      body
        position: absolute
        overflow-y: hidden
      
      .app-wrapper
        position: absolute
        overflow: auto
      

      This messes with Quasar’s scroll detection and my scroll events are not firing properly.
      Any ideas how to solve it with the least amount of headache?

      1 Reply Last reply Reply Quote 0
      • A
        Arto last edited by

        Well, the best way to handle is overscroll-behavior. Problem with this is, that iOS does not support it. Still, right now it reduces my problem.

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