Bug 263777
| Summary: | Fullscreen API: iOS 17.2 bugs | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Thomas Steiner <tomac> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED MOVED | ||
| Severity: | Normal | CC: | aestes, ahmad.saleem792, destra, emilio, jer.noble, ntim, rik, simon.fraser |
| Priority: | P2 | ||
| Version: | Safari 17 | ||
| Hardware: | iPhone / iPad | ||
| OS: | iOS 17 | ||
Thomas Steiner
## Showing a <dialog> exits fullscreen:
0) Go to https://fullscreen-keyboard-lock.glitch.me.
1) Click "Go fullscreen" button.
2) Click "Show the dialog" button.
3) You're kicked out of fullscreen mode.
The app should remain in fullscreen mode.
## Fullscreen apps can't scroll:
0) Go to https://fullscreen-keyboard-lock.glitch.me.
1) Click "Go fullscreen" button.
2) Try scrolling down.
3) You can't scroll.
The app should remain scrollable.
## Closing button obscures content:
0) Go to https://fullscreen-keyboard-lock.glitch.me.
1) Click "Go fullscreen" button.
2) The closing X button obscures the content.
The button should fade away after a while.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Emilio Cobos Álvarez (:emilio)
> ## Fullscreen apps can't scroll:
> [...]
> The app should remain scrollable.
It isn't scrollable on Firefox or Chrome either, what am I missing? This seems like a bug in the page. You're making the <body> fullscreen (rather than the root), and the <body> isn't scrollable.
Thomas Steiner
Sorry, I stand corrected on "## Fullscreen apps can't scroll:", that's indeed an issue on the page. Thanks for the correction, Emilio.
Thomas Steiner
Corrected the app code. The new feedback with now scrolling working is the following:
## Fullscreen apps are hard to scroll:
0) Go to https://fullscreen-keyboard-lock.glitch.me.
1) Click "Go fullscreen" button.
2) Try scrolling around.
3) Unless you scroll very carefully and avoiding big scroll movements, you frequently accidentally leave fullscreen mode.
Old Android solves this by having a physical Back button. New Android by listening for the Back gesture when the user swipes from the left edge of the screen toward the middle. Maybe iOS could adopt this gesture?
Simon Fraser (smfr)
Let's file specific bugs on each issue, so that we can track the fixes as they are made.
Thomas Steiner
Closing in favor of:
- https://bugs.webkit.org/show_bug.cgi?id=263875
- https://bugs.webkit.org/show_bug.cgi?id=263876
- https://bugs.webkit.org/show_bug.cgi?id=263877