Use QtQuick.Dialogs.ColorDialog on Android
Qt.Labs.Platform.ColorDialog has the issue that it brings a QtWidgets dependency but works better on desktop. QtQuick.Dialogs.ColorDialog is the other way around, so use them depending on the platforms.
Qt.Labs.Platform.ColorDialog has the issue that it brings a QtWidgets dependency but works better on desktop. QtQuick.Dialogs.ColorDialog is the other way around, so use them depending on the platforms.