-
Notifications
You must be signed in to change notification settings - Fork 578
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
iOS18 Files.app issues #2051
Comments
Hi Carlos - Saw the new 18.0 update. From the notes, it doesn’t appear the Files.app bug was fixed. Moreover, still unable to use Files.app, so I’m assuming this its still an Open Issue. With iPadPro being my primary device, this is an important one for my day to day use. Any estimate on a fix? Appreciate it. |
This is right now the number one priority. Good news is we already had the new API up and running, but there were a few improvements planned since WWDC. Plan is I will release a fix on TF in the next few days, and after a more thorough testing, it should be in production in the next two weeks. In the meantime, what parts are broken for you? I may know a few ways to workaround them. |
I'm also facing this issue running 18.1 latest developer beta7. I had to remove file sharing from hosts in blink to avoid having Files app hanging for other apps, once I tried accessing a file via Blink. Files can see folders and files on a host but clicking on a file doesn't do anything visible and the cloud icon on the right remains. Hope this helps. As a workaround I use SMB file access, as I also use my ipad pro as primary working device. |
For anyone having issues, if interested, drop me a DM on Discord and I will add you to TF to test the new FP implementation. I'm a bit behind but this is coming out soon. |
Update on this as I'm a bit behind. This is still the number one priority and working on it full time. It is taking me longer than I planned because the Provider behaves differently in corner cases (where it is trying to compose operations in order to create the flow it needs), and the only way to test this is through the extension itself, see how it behaves, what errors provoke what to the extension, etc... I feel now confident about the file operations, so I will try to cut a TF version just focused on that. I think it will at least solve the urgency. Then I will continue refining the folder operations (moves, merges, etc...), as those are a bit more complex. |
I may have missed the fix, but I’m still unable to properly use Files.app with Blink. It looked like 18.1 was addressing this. I’ve downloaded it, reset config/hosts/Add_Location. The foreign FS loads, but I still can’t open files. If there is a fix on TF, could I please be added. Thanks |
We are waiting for 18.1 to be approved on TestFlight, hopefully they will approve today. Send me a DM on Discord and I will add you to it 👍🏼 |
Some changes under the hood are affecting the old API experience:
This should be fixed as part of #1717
The text was updated successfully, but these errors were encountered: