Did a recent Android update break the File Access API in Chrome? On Android 16 with Chrome 142.0.7444.48 I get:
"Failed to execute 'showOpenFilePicker' on 'Window': The user aborted a request."
Google's own FSA demo also stopped working:
Did a recent Android update break the File Access API in Chrome? On Android 16 with Chrome 142.0.7444.48 I get:
"Failed to execute 'showOpenFilePicker' on 'Window': The user aborted a request."
Google's own FSA demo also stopped working:
The Chromium team is now aware of it:
https://issues.chromium.org/issues/40101963#comment109
Holding my breath for it to be solved as multiple of the web-based tools that I use daily depend on it.
There is an issue tracked for it now:
https://issues.chromium.org/issues/457203705
And this seems to be a suggested fix:
https://chromium-review.googlesource.com/c/chromium/src/+/7111998
Interesting to see how this takes its course.