Open GokulprasathVenkatachalam opened 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.
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.
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
<input type="file" accept="application/xfdf, .xfdf, application/vnd.adobe.xfdf" />
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