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

the default template of Maui Blazor app underline shows broken in my Android device #9334

Closed
ali50m opened this issue Aug 11, 2022 · 1 comment
Labels
area-blazor Blazor Hybrid / Desktop, BlazorWebView platform/android 🤖 t/bug Something isn't working

Comments

@ali50m
Copy link

ali50m commented Aug 11, 2022

Description

I`m testing the Maui Blazor app from the defual Maui Blazor app template which was bring by the latest VS2022.3.

When run it in my test Android device (Vivo V2080A, aka Vivo S7t, device info), it shows a broken underline with the brief survey link.

Also test with Android emulator, it works well with emulator.

Let me know if you need more infomation.

image

Steps to Reproduce

File > New .net Maui Blazor App
Build and deploy to my android device.
View the "Hello world" page.

expected: show a underline below the brief survey link.
actual: the underline is broken.

Version with bug

6.0.400

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

Android 11

Did you find any workaround?

No response

Relevant log output

No response

@ali50m ali50m added the t/bug Something isn't working label Aug 11, 2022
@jfversluis jfversluis added the area-blazor Blazor Hybrid / Desktop, BlazorWebView label Aug 11, 2022
@SteveSandersonMS
Copy link
Member

Hi @ali50m. I'm afraid the exact way that your browser renders HTML+CSS is outside the control of Blazor. It might be something to do with the fonts available on that device, but we don't know for sure.

We'd recommend using CSS to control the styling to be how you want it. If that's not possible, it sounds like an issue with the browser on your device. The only way it would be an issue in MAUI/Blazor is if it's possible to style it how you want with plain HTML, but somehow impossible with a Blazor component. Hope that makes sense!

@ghost ghost locked as resolved and limited conversation to collaborators Sep 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Blazor Hybrid / Desktop, BlazorWebView platform/android 🤖 t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants