Bug 179029

Summary: iOS element fullscreen should use a UIGestureRecognizer to detect user interaction.
Product: WebKit Reporter: Jeremy Jones <jeremyj-wk>
Component: WebKit2Assignee: Jeremy Jones <jeremyj-wk>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: iPhone / iPad   
OS: Unspecified   
Attachments:
Description Flags
Patch
simon.fraser: review+
Patch for landing. none

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>