Skip to content

Commit

Permalink
Add note about lack of proper support for webkitdirectory on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhjacobs committed Sep 26, 2024
1 parent 13d9c65 commit 4b3c4c4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions api/HTMLInputElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -3005,7 +3005,10 @@
"chrome": {
"version_added": "7"
},
"chrome_android": "mirror",
"chrome_android": {
"version_added": "18",
"notes": "While this property is recognized, the File API does not actually allow directory selection. See <a href='https://crbug.com/40248532'>bug 40248532</a>."
},
"edge": {
"version_added": "13"
},
Expand All @@ -3024,7 +3027,10 @@
"safari": {
"version_added": "11.1"
},
"safari_ios": "mirror",
"safari_ios": {
"version_added": "11.3",
"notes": "While this property is recognized, the File API does not actually allow directory selection. See <a href='https://webkit.org/b/271705'>bug 271705</a>."
},
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
Expand Down

0 comments on commit 4b3c4c4

Please sign in to comment.