miguelpruivo/flutter_file_picker

iOS , When FileType.audio, Can't Close audio select screen

Closed this issue · 2 comments

Describe the bug

FilePickerResult? result = await FilePicker.platform.pickFiles(allowMultiple: true, type: FileType.audio);

Aafter showing popup audio select screen

problem is Can't Close Button in ios

Platform

  • Android
  • iOS
  • Web
  • Desktop

Platform OS version
ios

How are you picking?

FilePickerResult? result = await FilePicker.platform.pickFiles(allowMultiple: true, type: FileType.audio);

Details to reproduce the issue
Provide all the details to reproduce the issue.

Error Log
Please, post the full console log of your issue, if applicable.

Screenshots and/or video

KakaoTalk_20240907_122605405

"취소" = "Cancle"

tap button , not working anything
so can't close this window

Flutter Version details

[√] Flutter (Channel stable, 3.24.1, on Microsoft Windows [Version 10.0.22631.4037], locale ko-KR)
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
[√] Chrome - develop for the web
[√] Visual Studio - develop Windows apps (Visual Studio Community 2019 16.11.17)
[√] Android Studio (version 3.6)
[!] Android Studio (version 2022.3)
X Unable to determine bundled Java version.
[√] Android Studio (version 2023.3)
[√] VS Code (version 1.93.0)
[√] Connected device (4 available)
[√] Network resources

Additional context

#1557
also not working

I think solution is FileType.custom and add [ audio file extentions ]
but I need help best way choose multiple audios using this package

This issue is stale because it has been open for 7 days with no activity.

This issue was closed because it has been inactive for 14 days since being marked as stale.