[Webkit-unassigned] [Bug 184662] New: Add -[_WKInputDelegateDelegate willStartInputSession:] for clients that want to configure input session before assisting form node

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 16 13:34:49 PDT 2018


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

            Bug ID: 184662
           Summary: Add -[_WKInputDelegateDelegate willStartInputSession:]
                    for clients that want to configure input session
                    before assisting form node
           Product: WebKit
           Version: WebKit Local Build
          Hardware: iPhone / iPad
                OS: iOS 11
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: pknight at apple.com
                CC: cdumez at apple.com, wenson_hsieh at apple.com

Clients may wish to configure a WKInputSession before we start assisting a node. Add a -[_WKInputDelegateDelegate willStartInputSession:] callback for this reason.

For example, clients that wish to present a custom input view may want to configure the WKFormInputSession's customInputView before the keyboard is presented. Otherwise the standard keyboard will begin to animate and then the custom input view will swap places later.

-- 
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/20180416/4980eec2/attachment.html>


More information about the webkit-unassigned mailing list