This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Android App - Links in settings ("help url") not shown

I do write watchfaces and see following problem on android:

On android 11 settings do not show the url anymore (they did show up on my android 9 device before). I'm not sure if its a time based effect or if it is android version dependant - but the newest app version on my android 11 device (samsung s21) does not show the links anymore. This is a very annoying bug because people can't open my help urls that I place next to some difficult settings...

The screenshot shows that the app reserves space for the link (highlighted in the screenshot) but it does not show it (the link in the text is there because I have added it to the value of the settings as well - but the help url is not shown in the app):

That's the result of following definition in the settings file:

<setting propertyKey="@Properties.info" title="@Strings.Info" helpUrl="https://mflisar.github.io/doc/garmin/phoenix/">
    <settingConfig type="alphaNumeric" readonly="true" />
</setting>

Sidenote:

The title of each setting is selectable as well (it gets highlighted on click) although this does not have any effect - this is also a something that should not be the case...

Top Replies

All Replies