[Webkit-unassigned] [Bug 140210] New: Provide public WKWebView API for find-in-page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 7 14:25:31 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=140210

            Bug ID: 140210
           Summary: Provide public WKWebView API for find-in-page
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: iOS
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: eugenebut at chromium.org

Summary:
WKWebView appears to have private API for doing a native implementation of find in page (_WKFindDelegate, _findString:, etc.). Chrome for iOS currently has to implement find-in-page via JS, which is significantly slower, and has to alter the DOM for display which has the potential to cause web compatibility issues. The ability to use a native Find API would make the features better for users, since it would be faster and more reliable.

Steps to Reproduce:
Attempt to implement find in page.

Expected Results:
Access to the apparently-existing API.

Actual Results:
No way to do it except re-implementing it from scratch in JS.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150107/33263f05/attachment-0002.html>


More information about the webkit-unassigned mailing list