Bug 179029 - iOS element fullscreen should use a UIGestureRecognizer to detect user interaction.
Summary: iOS element fullscreen should use a UIGestureRecognizer to detect user intera...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: iPhone / iPad Unspecified
: P2 Normal
Assignee: Jeremy Jones
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-10-30 14:54 PDT by Jeremy Jones
Modified: 2017-11-08 14:36 PST (History)
3 users (show)

See Also:


Attachments
Patch (3.78 KB, patch)
2017-11-01 22:43 PDT, Jeremy Jones
simon.fraser: review+
Details | Formatted Diff | Diff
Patch for landing. (4.10 KB, patch)
2017-11-06 11:43 PST, Jeremy Jones
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Jones 2017-10-30 14:54:01 PDT
Currently it uses a UIView with -hitTest, but hitTest doesn't actually mean a touch interaction happened.
Comment 1 Jeremy Jones 2017-11-01 20:02:07 PDT
rdar://problem/35307882
Comment 2 Jeremy Jones 2017-11-01 22:43:53 PDT
Created attachment 325684 [details]
Patch
Comment 3 Jeremy Jones 2017-11-06 11:43:50 PST
Created attachment 326140 [details]
Patch for landing.
Comment 4 WebKit Commit Bot 2017-11-06 13:35:15 PST
Comment on attachment 326140 [details]
Patch for landing.

Clearing flags on attachment: 326140

Committed r224509: <https://trac.webkit.org/changeset/224509>