Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WA MarkdownTextBlock does not work #168

Open
4 of 23 tasks
italoaguiar opened this issue Dec 25, 2021 · 1 comment
Open
4 of 23 tasks

WA MarkdownTextBlock does not work #168

italoaguiar opened this issue Dec 25, 2021 · 1 comment

Comments

@italoaguiar
Copy link

Describe the bug

MarkdownTextBlock does not work in browser, but it works correctly on other platforms.

  • Is this bug a regression in the toolkit? If so, what toolkit version did you last see it work:

Steps to Reproduce

  • Can this be reproduced in the Sample App? (Either in a sample as-is or with new XAML pasted in the editor.) If so, please provide custom XAML or steps to reproduce. If not, let us know why it can't be reproduced (e.g. more complex setup, environment, dependencies, etc...)

Steps to reproduce the behavior:

  1. Simply add the MarkdownTextBlock control
  2. Compile using WebAssembly
  3. Open in the web browser

Expected behavior

Render the Text property correctly

Screenshots

Environment

NuGet Package(s):

Package Version(s):

Windows 10 Build Number:

  • Fall Creators Update (16299)
  • April 2018 Update (17134)
  • October 2018 Update (17763)
  • May 2019 Update (18362)
  • May 2020 Update (19041)
  • Insider Build (22000.376.0)

App min and target version:

  • Fall Creators Update (16299)
  • April 2018 Update (17134)
  • October 2018 Update (17763)
  • May 2019 Update (18362)
  • May 2020 Update (19041)
  • Insider Build ({build_number})

Device form factor:

  • Windows
  • macOS
  • iOS
  • Android
  • WebAssembly
  • WebAssembly renderers for Xamarin.Forms

Visual Studio version:

  • 2017 (15.{minor_version})
  • 2019 (16.{minor_version})
  • 2022 (17.0.4)

Additional context

@jeromelaban
Copy link
Member

Thanks for the report! This control relies on the RichTextBlock control, which is not yet implemented in Uno. If you want to use this on WebAssembly only, you can use the DOM directly, as a workaround.

See this documentation for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants