dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.26k stars 1.76k forks source link

XFDF File Type Not Functioning in Input Element on Blazor MAUI Android #26017

Open GokulprasathVenkatachalam opened 2 days ago

GokulprasathVenkatachalam commented 2 days ago

Description

When using the following input element in a Blazor MAUI Android application:

<input type="file" accept="application/xfdf, .xfdf, application/vnd.adobe.xfdf" />

The XFDF file cannot be selected through the input file element for upload or selection. This issue impacts workflows that depend on selecting and processing XFDF files.

Steps to Reproduce

  1. Create new Blazor MAUI Hybrid application
  2. Add a Input element like - <input type="file" accept="application/xfdf, .xfdf, application/vnd.adobe.xfdf" />
  3. Deploy the app in Android
  4. Click the input element of "Choose File". Not able to select or upload the xfdf file
  5. Image
  6. Image

Link to public reproduction project repository

No response

Version with bug

9.0.10 SR1

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

No response

Affected platforms

Android

Affected platform versions

Android 13

Did you find any workaround?

No response

Relevant log output

similar-issues-ai[bot] commented 2 days ago

We've found some similar issues:

If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.

Note: You can give me feedback by 👍 or 👎 this comment.

dotnet-policy-service[bot] commented 1 day ago

Hi @GokulprasathVenkatachalam. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md

This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.