Open
Conversation
41b679e to
87d6e3d
Compare
Document common iOS keyboard extension restrictions: - Globe/Mic bar (UIKeyboardDockView) - Text selection controlled by app, not keyboard - Copy/Paste works with Full Access Each answer includes a reference to Apple's documentation. Addresses #85.
87d6e3d to
0cadd00
Compare
alerque
reviewed
Dec 30, 2025
|
|
||
| ## FAQ | ||
|
|
||
| Have questions about iOS limitations or keyboard behavior? Check out the [Frequently Asked Questions](docs/FAQ.md). |
There was a problem hiding this comment.
I'm sure the FAQ's are on point (I'm not an iOS user but even I found it interesting to note the sandbox Apple has devs play in), but this wording is probably off. Most users probably won't know that their "question" (or "bug report" or "feature request") has anything to do with iOS limitations. That's the answer they will find, not the question they are scanning for.
- Replace private "UIKeyboardDockView" reference with correct Safe Area explanation and link to Apple's current Safe Area documentation - Fix Copy/Cut/Paste gesture description: these are on the symbols toggle key (123/ABC), not the return key - Add specific gesture directions (up=copy, up-right=cut, down=paste)
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.
Summary
docs/FAQ.mdwith frequently asked questionsBackground
Users have asked about the empty space below the keyboard (#85). This is the iOS Safe Area for the Home Indicator, which cannot be removed by third-party keyboard extensions. The FAQ explains this limitation and links to Apple's official documentation.
References
Test plan