mirror of
https://github.com/ish-app/ish.git
synced 2026-05-28 21:10:35 +00:00
Disable text suggestions on iOS 15+
This commit is contained in:
@@ -443,6 +443,10 @@ static NSString *const HANDLERS[] = {@"syncFocus", @"focus", @"newScrollHeight",
|
||||
- (UITextAutocorrectionType)autocorrectionType {
|
||||
return UITextAutocorrectionTypeNo;
|
||||
}
|
||||
// Apparently required on iOS 15+: https://stackoverflow.com/a/72359764
|
||||
- (UITextSpellCheckingType)spellCheckingType {
|
||||
return UITextSpellCheckingTypeNo;
|
||||
}
|
||||
|
||||
#pragma mark Hardware Keyboard
|
||||
|
||||
|
||||
Reference in New Issue
Block a user