summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
Diffstat (limited to 'ios')
-rw-r--r--ios/shared/ios_sharedlo/objective_c/gestures/MLOKeyboardManager.m7
1 files changed, 7 insertions, 0 deletions
diff --git a/ios/shared/ios_sharedlo/objective_c/gestures/MLOKeyboardManager.m b/ios/shared/ios_sharedlo/objective_c/gestures/MLOKeyboardManager.m
index 05bf576dc531..c9c0b7a5d385 100644
--- a/ios/shared/ios_sharedlo/objective_c/gestures/MLOKeyboardManager.m
+++ b/ios/shared/ios_sharedlo/objective_c/gestures/MLOKeyboardManager.m
@@ -108,4 +108,11 @@ void touch_ui_hide_keyboard()
});
}
+bool touch_ui_keyboard_visible()
+{
+ // Should return info whether the soft keyboard is currently displayed,
+ // or a hardware keyboard is attached/paired.
+ return false;
+}
+
@end