Bug 156104
| Summary: | Show keyboard for `window.prompt` on iOS | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Craig Francis <craig+webkit> |
| Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ap, enrica, sam |
| Priority: | P2 | ||
| Version: | Safari 9 | ||
| Hardware: | iPhone / iPad | ||
| OS: | iOS 9.3 | ||
Craig Francis
On iOS, if you have a `window.prompt`, it would save an extra touch if the keyboard was displayed by default.
This is especially useful for a JavaScript bookmark, e.g.
javascript:(function(){var l=window.prompt('Testing:')})();
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Lucas Forschler
Mass move bugs into the DOM component.