Details
-
Bug
-
Resolution: Moved
-
P3: Somewhat important
-
None
-
5.4.0
-
Qt 5.4.0 Android Win7
-
-
2025wk02s3FOQtforAndroid
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
Issue Links
- is replaced by
-
QTBUG-132717 Flickering at startup or resume of Android apps
-
- Reported
-
- relates to
-
QTBUG-41170 [Android]: When the window resizes then there it will cause flicker
-
- Closed
-
-
QTBUG-66727 [Android]: When changing focus between TextInput fields there is a flicker of the QQuickWidget
-
- Closed
-
-
QTBUG-66727 [Android]: When changing focus between TextInput fields there is a flicker of the QQuickWidget
-
- Closed
-