Bug 226223
| Summary: | AX: Input file type does not obey camera permissions in safari | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | brendan.liu |
| Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | aestes, akeerthi, bfulgham, hi, webkit-bug-importer, youennf |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari 13 | ||
| Hardware: | iPhone / iPad | ||
| OS: | All | ||
brendan.liu
In safari mobile ios, if an <input type=file...> is set to open the camera, the camera is always opened even if the camera permissions are set to 'Deny Access' or 'Ask Access'.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/78461445>
youenn fablet
Camera permissions are only used for navigator.mediaDevices.getUserMedia, in particular to controll its Deny/Grant prompt.
<input type=file...> requires a user gesture to select a given photo so does not require a specific permission.
Brent Fulgham
This is working as designed.
Resolving using the mildly offensive 'Invalid' category to indicate this is not an implementation bug.