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

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

Open
GokulprasathVenkatachalam opened this issue Nov 21, 2024 · 2 comments
Labels
area-blazor Blazor Hybrid / Desktop, BlazorWebView platform/android 🤖 s/needs-repro Attach a solution or code which reproduces the issue t/bug Something isn't working

Comments

@GokulprasathVenkatachalam

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

@GokulprasathVenkatachalam GokulprasathVenkatachalam added the t/bug Something isn't working label Nov 21, 2024
Copy link

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.

@PureWeen PureWeen added platform/android 🤖 area-blazor Blazor Hybrid / Desktop, BlazorWebView s/needs-repro Attach a solution or code which reproduces the issue labels Nov 21, 2024
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-blazor Blazor Hybrid / Desktop, BlazorWebView platform/android 🤖 s/needs-repro Attach a solution or code which reproduces the issue t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants