Bug 195822

Summary: Provide an option for an always-on fast click mode in iOS
Product: WebKit Reporter: Dean Jackson <dino>
Component: New BugsAssignee: Dean Jackson <dino>
Status: RESOLVED FIXED    
Severity: Normal CC: sam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch sam: review+

Description Dean Jackson 2019-03-15 14:42:36 PDT
Provide an option for an always-on fast click mode in iOS
Comment 1 Dean Jackson 2019-03-15 14:49:45 PDT
<rdar://problem/48939357>
Comment 2 Dean Jackson 2019-03-15 14:53:51 PDT
Created attachment 364849 [details]
Patch
Comment 3 Sam Weinig 2019-03-15 14:58:32 PDT
Comment on attachment 364849 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=364849&action=review

> Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm:1507
> +        RELEASE_LOG(ViewGestures, "Potential tap found an element and fast taps are forced on. Trigger click. (%p)", self);

You call it a tap here, but clicks elsewhere. Which is it???
Comment 4 Dean Jackson 2019-03-15 15:07:39 PDT
Committed r243015: <https://trac.webkit.org/changeset/243015>