| Summary: | showPicker() method of input doesn't work on iOS | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Luke Warlow <lwarlow> |
| Component: | Forms | Assignee: | Luke Warlow <lwarlow> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | akeerthi, cdumez, webkit-bug-importer, wenson_hsieh |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari 17 | ||
| Hardware: | iPhone / iPad | ||
| OS: | Unspecified | ||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=257308 https://bugs.webkit.org/show_bug.cgi?id=261701 |
||
| Bug Depends on: | 268114, 257308, 261701 | ||
| Bug Blocks: | |||
|
Description
Luke Warlow
2023-09-18 15:23:59 PDT
I don't believe we've implemented `showPicker()` for any controls on iOS. Though it would effectively be a wrapper around `focus()`, since native iOS pickers are tied to element focus. showPicker works for the iOS file input, but otherwise yeah nothing else works. But only file and colour are currently implemented on desktop. See https://github.com/whatwg/html/issues/9757 for a HTML spec question regarding showPicker and focus Blocking this on the date and datalist implementations. That way we can fix iOS all in one go. Pull request: https://github.com/WebKit/WebKit/pull/18494 |