Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QScroller is very slow on android
Forum Updated to NodeBB v4.3 + New Features

QScroller is very slow on android

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 2 Posters 485 Views
  • 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.
  • D Offline
    D Offline
    Devcpp
    wrote on last edited by
    #1

    As described in the title the QScroller scrolls heavily on android
    And when I raise my finger the scrolling stops immediately or after very very very short distance

    However it's working flawlessly on windows and scrolls very well but scrolling isn't important in windows as it's in android

    I'm using something similar to this :

    QScroller::grabGesture(scroll_area, QScroller::LeftMouseButtonGesture);
    

    And of course disable the scroll bars of QScrollArea

    Another thing is that when I reach the end of the scrolling I can still pull and scroll too much that the widgets gets out from the scroll area

    [0_1558380127882_scroller_not_smooth.mp4](Uploading 100%)

    1 Reply Last reply
    0
    • D Offline
      D Offline
      Devcpp
      wrote on last edited by
      #2

      Any response ?

      L 1 Reply Last reply
      0
      • D Devcpp

        Any response ?

        L Offline
        L Offline
        Laszlo LG
        wrote on last edited by
        #3

        I experienced slowness on Android with offline usage of QNetworkAccessManager on a specific android device (not on all android devices). I tried with several NDK versions with the same results.

        My comment for your issue may not be the best but as far as I can recall the general suggestion is to use QtQuick objects for mobile programming because the widgets may not support the usage of the mobile's GPU.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved