Icon title not showing in Android app

Hi,
same widget ‘Icon’ shows title (set with ‘label’ property) in iOS app but not in Android app
can we expect the widget to work the same on both systems ?
thanks a lot
Bruno

1 Like

Thanks for the bug report; I think we will have an update this week with this fix included.

Thank you,
after the android app update the label field is showing but I have a strange behaviour :
I have an icon with a label field left aligned
with label = ‘A domicile 21°C’ only ‘A domicile’ is printed, the rest of the string (21°C) is ignored
with label = ‘A domicile,21°C’ only ‘A’ is printed, the rest of the string is ignored again
with label = ‘A.domicile.21°C’ label is fully printed
the label is correctly printed by iOS app in any cases
can you please have a look ?
thanks a lot
Bruno

1 Like

Can you attach a screenshot of any of first cases where only part of label is shown?

Is it some small icon? It’s possible that the text is too wide to fit, so ellipsing is cutting the most from the text.

I can’t post it in public due to privacy, is there any private way ?

yes it is small icons, but ellipsing strategy seems to cut more text than necessary

Ok, we will investigate ellipsing on small icons. Which Android OS version are you on?

thank you, it is version 1.14.2 (167), 17.11.2023 14:42

Android OS version?

sorry it is android 12

it is working fine on android 8, same app version

1 Like

We fixed the labels cropping issue for newer androids, it will be available with next update.

thanks a lot !