moko-resources icon indicating copy to clipboard operation
moko-resources copied to clipboard

Support HTML in Android resources

Open avently opened this issue 2 years ago • 1 comments
trafficstars

For now when I have string like:

<string name="read_more">Read more in our <font color="#0088ff">GitHub repository</font>.</string>

I see this in generated resources for Android:

<string name="read_more">Read more in our GitHub repository.</string>

Which means that HTML formatting doesn't work. So no links, no font colors, nothing.

How to preserve the formatting?

avently avatar Jun 26 '23 15:06 avently

I'm also interested in this feature, I can understand that the formatting won't be supported in iOS, but I would be nice to have it working at least in Android

ydemartino avatar Jul 07 '23 15:07 ydemartino