[webkit-changes] [WebKit/WebKit] 6a2256: [UnifiedPDF] [iOS] Keyboard presented for password...
Abrar Rahman Protyasha
noreply at github.com
Tue Sep 24 21:30:31 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6a2256f07171db718e8db003fac7c8f2880c4eb5
https://github.com/WebKit/WebKit/commit/6a2256f07171db718e8db003fac7c8f2880c4eb5
Author: Abrar Rahman Protyasha <a_protyasha at apple.com>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm
Log Message:
-----------
[UnifiedPDF] [iOS] Keyboard presented for password field should not show an accessory view
https://bugs.webkit.org/show_bug.cgi?id=280313
rdar://136635433
Reviewed by Aditya Keerthi.
Currently, the keyboard presented on a password field in WKPDFView does
not have an accessory view. As such, let's opt-out of an accessory view
in WKContentView if the web view is displaying a PDF document.
Note that we can drop a big hammer like this because the only situation
where we would present a keyboard for PDF content is for the password
field.
* Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm:
(-[WKContentView requiresAccessoryView]):
Canonical link: https://commits.webkit.org/284202@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list