Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-45349

QML Window with Flickable, active the app first time when scroll Flickable the screen will flicker

    XMLWordPrintable

Details

    • Android

    Description

      QML Window with Flicable, after active the app window every time,when scroll the Flickable first time the screen will flicker:

      Window {
          id: root;
          visibility: Window.FullScreen;
      
          Flickable {
              width: 200; height: 200;
              contentWidth: image.width; contentHeight: image.height;
              Image { id: image; source: "qrc:/image/homebackground.jpg"; }
          }
      }
      

      Attachments

        1. slo-mo.mp4
          4.29 MB
        2. qtbug45349propposal_slow_mo_2.mp4
          1.23 MB
        3. qtbug45349proposal_2.mp4
          749 kB
        4. qtbug45349.zip
          73 kB
        5. flickable-flickering.mp4
          6.97 MB

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              qtandroidteam Qt Android Team
              cbdg cbdg0222
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes