Why doesn’t swipe typing work on my custom iPhone keyboard?
Dragging a finger across the letters strings together words on Apple’s own keyboard and does nothing on many custom ones. It is not a setting you missed — gesture typing is not a feature iOS hands to every keyboard extension, and building one is a separate, optional piece of engineering.
On Apple’s own keyboard, dragging a finger from letter to letter without lifting it strings the word together on its own — you trace a rough path over “h-e-l-l-o” and “hello” lands in the text field. Switch to a keyboard you just installed and try the same drag, and often nothing happens beyond a jumble of the individual letters you dragged over, or nothing at all. It is easy to assume something is misconfigured. Usually nothing is: the keyboard simply never built this feature.
What swipe typing actually is
Apple calls its version QuickPath, and it has been built into the system keyboard for several years now. Under the drag, the keyboard is not just recording which letters your finger passed near — it is comparing the shape of the whole path against a dictionary of likely words and picking the closest match, the same kind of prediction autocorrect does for a mistyped word, just fed by a gesture instead of a sequence of taps. That matching step is the actual feature. The letters your finger crosses are only the raw input to it.
Why most third-party keyboards don’t have it
A custom keyboard on iPhone is a keyboard extension, a separate, sandboxed piece of code that iOS hands a frame to draw into and a proxy for reading and writing the text near the cursor. What it does not hand over is a shared gesture-typing engine. There is no system component a third-party keyboard can switch on that recognises a swipe path and turns it into a word — every keyboard that offers this has to build its own path recogniser and run it against its own dictionary, entirely from scratch, the same way a third-party keyboard has to build its own emoji panel and its own long-press skin-tone picker rather than borrowing Apple’s.
That is a meaningfully bigger undertaking than most of what a keyboard extension does. Drawing a theme, playing a click on a keypress, or swapping in a Unicode character for fancy text is self-contained work with a clear right answer. A gesture-typing engine has to track a moving finger in real time, score it against tens of thousands of candidate words, and do all of it inside the same tight memory and CPU budget every keyboard extension is held to. Some keyboards invest in it. A lot of keyboards — especially ones built around sound, theming or typing style rather than input method itself — reasonably do not, and that is a scope decision, not a bug.
How to tell whether a keyboard has it
Drag a finger slowly from one letter to the next without lifting it, the way you would on Apple’s keyboard. If a word forms on its own once you lift your finger at the end, the keyboard has built gesture typing. If instead you see nothing, or a string of the individual characters you happened to touch along the way, it has not — and there is no setting hiding somewhere that turns it on, because the recognition code itself is simply not present.
It has nothing to do with Full Access
It is a reasonable guess that a missing feature on a third-party keyboard traces back to the Full Access switch, since that is the one permission iOS keeps asking about. Gesture typing is not one of the things it gates. Full Access covers whether a keyboard extension can reach the network or read the system clipboard; matching a finger’s path against a dictionary is a purely local computation that needs neither, and a keyboard could ship swipe typing with Full Access off just as easily as with it on. If a keyboard lacks the feature, it is because nobody built the recognition engine, not because a permission is withheld.
Using two keyboards for two different things
Since keyboard extensions sit side by side rather than replacing each other, there is nothing stopping you from keeping Apple’s keyboard in the list purely for the moments you want to swipe through a long message quickly, then holding the globe key 🌐 to jump to a custom keyboard for the sound, the theme or the typing feel the rest of the time. It costs one extra tap on the globe key to switch, and neither keyboard has to do the other one’s job.
Where Kibo fits
Kibo is built around mechanical key sounds, themes, backlight effects, emoji, kaomoji and fancy text, with autocorrect and next-word prediction handling the typing-help side — all of it tap typing, and swiping across the letters does not do anything on it, the same as on most keyboards outside Apple’s own. If gesture typing is part of your day, keeping Apple’s keyboard a globe-key hold away and switching to Kibo for everything else is the straightforward way to get both. It is free to download and works with Full Access left off.
Frequently asked questions
Does swipe typing require Full Access on iPhone?
No. Full Access governs network access and the system clipboard, neither of which gesture typing needs — the path-matching happens entirely on the device. A keyboard that lacks swipe typing is missing the feature itself, not being blocked by a permission.
Is there a setting that turns on swipe typing for a keyboard that doesn’t have it?
No. Swipe typing is recognition code the keyboard’s developer either built or did not. There is no hidden toggle in iOS Settings or in the keyboard’s own settings panel that adds it after the fact.
Can I use Apple’s keyboard for swipe typing and a custom keyboard for everything else?
Yes. Both stay in your keyboard list at the same time. Hold the globe key 🌐 for a picker and switch to whichever one fits what you are about to type — there is no need to remove either one.
Try it on your own keyboard
Kibo is a free custom keyboard for iPhone with real mechanical key sounds, a wardrobe of themes and RGB backlight effects. No account, no ads, and it works with Full Access left off.