Complication icon not working

Hi.
I have a complication that doesn’t seem to work correctly for the progress bar/text/icon combo. For example the common battery status but also other ones.
Everything looks good in the preview but on my watch (pixel 3) the battery icon doesn’t appear. The complication seems to prefer the more simple progress bar/text combination.
Now when i remove the progress bar/text combination in WFS it does work correctly with the icon. i don’t like this option because i think this would pose a problem for complications that natively use this setup.
I’m pretty sure this problem only started after updating from 1.6.10 to 1.7.9. It did work correctly before.
Anything I can do to fix this?

1 Like

May be you could try Invoking one of the masters like @Jakia.Sultana .

Could you please share a sample wfs file for test? Or you can create a support request with that file for getting support.

1 Like

Thank you, here’s a very simple example:
test.zip (184.9 KB)

1 Like

Thanks for sharing the sample project. I have tested it.
Could you please delete all others layout except the layout you selected? It will show the output what you want.

More details steps:

  1. Only select Ranged value from the Supported Types
  2. Select the Icon+Test+Title+Ranged value from the layout list and delete others

Please share if you face any issues to understand my steps.

Thanks.

Thank you for looking into it. Your suggestion works. Like I said, even if i only delete the progress bar/text combination it works.
However this is not ideal in my opinion as it creates allignment issues for complications that only use an icon for example.
I’ll go with this option for now, hopefully it’ll get sorted in a wfs update.

For layout related issues I would like to request you to go through this blog Things to Consider when Designing Complication Layouts | Samsung Developer
May be it could help you.

This tutorial explains how to align for more possible complications. I can’t do this when I follow your suggestion because it only uses one complication type. I can’t set alignment and don’t size for a just text complication anymore for example.