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

Href on an image on Android doesn't work #25985

Open
SandroRiz opened this issue Nov 20, 2024 · 1 comment
Open

Href on an image on Android doesn't work #25985

SandroRiz opened this issue Nov 20, 2024 · 1 comment
Labels
area-image Image loading, sources, caching platform/android 🤖 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Milestone

Comments

@SandroRiz
Copy link

Description

Links under an image (a href) placed in a Page (razor components) or in the MainLayout.razor of the shared rcl project, opens chrome with a wrong link (https://0.0.0.1/_content/projectname.Shared/image.png )

Steps to Reproduce

Create a .NET MAUI Blazor Hybrid and Webapp Project
Put a link under an image in the Home page or in the mainlayout (eg. in the top row div)
<a href="https://..><img src=...></a>

Deploy the maui project on Android emulator or on real phone

Click the link and in Chrome it will open a wrong url like https://0.0.0.1/_content/projectname.Shared/imagename.png

Link to public reproduction project repository

https://github.com/SandroRiz/MauiAppForIssues

Version with bug

9.0.0 GA

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

Android 15

Did you find any workaround?

No response

Relevant log output

@SandroRiz SandroRiz added the t/bug Something isn't working label Nov 20, 2024
@Ying-6
Copy link

Ying-6 commented Nov 21, 2024

This issue has been verified using Visual Studio 17.13 Preview 1(9.0.10 & 9.0.0 & 9.0.0-rc.2.24503.2& 8.0.100). Can repro this issue on Android platform.

@Ying-6 Ying-6 added s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage labels Nov 21, 2024
@PureWeen PureWeen added this to the Backlog milestone Nov 21, 2024
@PureWeen PureWeen added the area-image Image loading, sources, caching label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-image Image loading, sources, caching platform/android 🤖 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants