Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.4.0
-
Qt 5.4.0 Android Win7
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
- 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