i've got a user on a Fenix 6 Pro, firmware 6.0, who is getting a value of "0" in the getObscurityFlags(); when displaying a datafield in the full screen layout.
in the sim, i properly get a 15.
any thoughts?
code is more or less as below
function onLayout(dc)
{
var obscurity = getObscurityFlags();
$.getDeviceAdjustments(obscurity, adj, height, width);
}
function getDeviceAdjustments(obscurity, adj, height, width)
{
Sys.println("obs: " + obscurity);
}
edited to confirm user is on firmware 6.0