Skip to content
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

Add note about lack of proper support for webkitdirectory on mobile #24543

Merged
merged 2 commits into from
Oct 7, 2024

Conversation

danielhjacobs
Copy link
Contributor

Summary

It's "supported" in that it is recognized by the browser but there is no code in the file chooser interface on mobile phones to allow selection of a directory when using it.

Test results and supporting details

I tried using this option on a phone and there was no way to choose a folder to upload.
https://bugs.webkit.org/show_bug.cgi?id=271705
https://issues.chromium.org/issues/40248532
https://bugzilla.mozilla.org/show_bug.cgi?id=1887878

Related issues

Fixes #24357

@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Sep 26, 2024
@danielhjacobs danielhjacobs force-pushed the note-for-webkitdirectory-on-mobile branch from 4d83e07 to 4b3c4c4 Compare September 26, 2024 16:21
api/HTMLInputElement.json Outdated Show resolved Hide resolved
"safari_ios": "mirror",
"safari_ios": {
"version_added": false,
"impl_url": "https://webkit.org/b/271705",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@caugner caugner merged commit 836ea34 into mdn:main Oct 7, 2024
6 checks passed
@caugner caugner added the needs collector update ↺ This PR needs a corresponding update to openwebdocs/mdn-bcd-collector. label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API needs collector update ↺ This PR needs a corresponding update to openwebdocs/mdn-bcd-collector.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

api.HTMLInputElement.webkitdirectory - Fix for #11982 reverted, but still unsupported on any mobile browser
2 participants