Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
None
-
6.7.2, 6.8.2
-
-
2025wk08s1QtforAndroid
Description
It seems that QClipboard does not emit dataChanged when new data is copied by switching apps (i.e. putting the current Qt app in the background, selecting another one and copying some data).
It works as expected if the clipboard contents change while the app is in the foreground.
Attached example from QTBUG-58548 to reproduce.