Add initial iOS Find in Post support - #609
Open
yunuschoudhurywork-lang wants to merge 1 commit into
Open
Conversation
Member
|
@yunuschoudhurywork-lang thank you for exploring this. It may take me a little while to begin review of this, but hopefully I can next week. I'll follow up. |
dcalhoun
self-requested a review
August 28, 2026 13:05
Author
|
@dcalhoun sure sir!! I'll wait for your confirmation then only I proceed further. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What?
Adds the initial iOS native Find in Post spike to GutenbergKit by enabling
WKWebView's native Find interaction and exposing apresentFindNavigator()method fromEditorViewController.Why?
This is part of the work for WordPress-Android #23222 ("Find in post").
The editor is shared through GutenbergKit, so the Find behavior should be implemented at the GutenbergKit level rather than separately in the host applications.
This spike is intended to verify whether the native
WKWebViewFind interaction is suitable for Gutenberg'scontenteditableeditor before proceeding with the Android implementation.How?
WKWebView.isFindInteractionEnabled.presentFindNavigator()toEditorViewController, which presents the native iOS Find navigator.Testing Instructions
Runtime testing is still pending.
I am developing on Windows and currently do not have access to a macOS/iOS environment to run the GutenbergKit iOS application.
Once an iOS environment is available, verify:
Accessibility Testing Instructions
Runtime accessibility testing is pending because an iOS/macOS environment is not currently available.
Once available, verify that the native Find navigator can be opened and operated using VoiceOver, including entering a search query, navigating between matches, and dismissing the navigator.
Screenshots or screencast
Not available yet because runtime iOS testing is pending.