XFDF File Type Not Functioning in Input Element on Blazor MAUI Android #26017
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
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
The text was updated successfully, but these errors were encountered: