Closed kkebo closed 3 years ago
Thanks for this hint! I've added this to disable the QuickType bar in i(Pad)OS 15 and it is included in the next update.
Actually, it would be better to support the QuickType. But it requires a better conformation to the protocol UITextInput which has poor documentation or example code. I may give it a try when I have time. (#215)
This issue seems resolved in iVim 2.43 (7).
Thanks for this hint! I've added this to disable the QuickType bar in i(Pad)OS 15 and it is included in the next update.
Actually, it would be better to support the QuickType. But it requires a better conformation to the protocol UITextInput which has poor documentation or example code. I may give it a try when I have time. (#215)
Yes quick type is very helpful as I finger type a lot. Would appreciate if you support this.
In iOS/iPadOS 14.x and earlier, the QuickType bar has been hidden, but in iOS/iPadOS 15, it now appears.
According to the release notes,
So, I think it is required to add
spellCheckingType = .no
similar to this line.