From 112768d13a544196aa34b811b67fa8e9ce768dc9 Mon Sep 17 00:00:00 2001 From: yqrashawn Date: Mon, 13 May 2024 23:11:15 +0800 Subject: [PATCH] fix(ios): autofocus input in drawer overlay won't trigger keyboard open (#19964) --- src/status_im/navigation/effects.cljs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/status_im/navigation/effects.cljs b/src/status_im/navigation/effects.cljs index 8756b44739..d427504c34 100644 --- a/src/status_im/navigation/effects.cljs +++ b/src/status_im/navigation/effects.cljs @@ -205,7 +205,8 @@ :options (merge (options/statusbar-and-navbar-options (:theme opts) nil nil) {:layout {:componentBackgroundColor :transparent :orientation ["portrait"]} - :overlay {:interceptTouchOutside true}} + :overlay {:interceptTouchOutside true + :handleKeyboardEvents true}} opts)}}))) (rf/reg-fx :show-toasts