[Interest] AmbientLightSensor dead on iOS

Jason H jhihn at gmx.com
Tue Sep 18 18:40:45 CEST 2018


http://doc.qt.io/qt-5/compatmap.html states that AmbientLightSensor is on iOS.

	AmbientLightSensor {
		active: true
		skipDuplicates: false
		onReadingChanged: {
			console.log("lightLevel", reading.lightLevel);
		}
	}

produces no updates, nor any warnings or errors.

Does this actually work? Did it ever?



More information about the Interest mailing list