You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When picking Files using web in Safari on iPhone and picking files is canceled by the user, pickFiles does not return. This results into the issue that the loading spinner never disappears. See the Video from the example app:
Bug.mov
On Android everything seems to work fine.
Platform
Android
[ X ] iOS
[ X ] Web
Desktop
Platform OS version
iOS 16.5.1
How are you picking?
await FilePicker.platform.pickFiles();
Details to reproduce the issue
Screenshots and/or video
Flutter Version details
Flutter 3.10.6 • channel stable • https://github.com/flutter/flutter.git
Framework • revision f468f3366c (4 days ago) • 2023-07-12 15:19:05 -0700
Engine • revision cdbeda788a
Tools • Dart 3.0.6 • DevTools 2.23.1
The text was updated successfully, but these errors were encountered:
Describe the bug
Using the web-app on IOS:
When picking Files using web in Safari on iPhone and picking files is canceled by the user, pickFiles does not return. This results into the issue that the loading spinner never disappears. See the Video from the example app:
Bug.mov
On Android everything seems to work fine.
Platform
Android
[ X ] iOS
[ X ] Web
Desktop
Platform OS version
iOS 16.5.1
How are you picking?
await FilePicker.platform.pickFiles();
Details to reproduce the issue
Screenshots and/or video
Flutter Version details
Flutter 3.10.6 • channel stable • https://github.com/flutter/flutter.git
Framework • revision f468f3366c (4 days ago) • 2023-07-12 15:19:05 -0700
Engine • revision cdbeda788a
Tools • Dart 3.0.6 • DevTools 2.23.1
The text was updated successfully, but these errors were encountered: