unoplatform / uno

Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.
https://platform.uno
Apache License 2.0
8.45k stars 685 forks source link

[WASM] `<Bold>` is not displayed properly on MacOS Chrome browser #16514

Open TopProgrammer77 opened 2 weeks ago

TopProgrammer77 commented 2 weeks ago

Current behavior

The code which I tested is as follows. <TextBlock>To setup access to your <Bold>Apple iCloud account</Bold> you needed to create and assign an <Hyperlink NavigateUri="https://support.apple.com/en-us/HT204397">app-specific password</Hyperlink>.</TextBlock>

Here, the text inside <Bold> is not displayed in MacOS Chrome browser. However, it works on Safari and Windows Chrome.

In other words, on Mac Chrome, BOLD is applied (maybe rendered to font-weight: 700 CSS property) but the difference between bold text and normal text is not clear.

Expected behavior

No response

How to reproduce it (as minimally and precisely as possible)

No response

Workaround

No response

Works on UWP/WinUI

None

Environment

No response

NuGet package version(s)

No response

Affected platforms

No response

IDE

No response

IDE version

No response

Relevant plugins

No response

Anything else we need to know?

No response

TopProgrammer77 commented 2 weeks ago

I think it is related to #14401