Skip to content

Commit

Permalink
fix(ios): autofocus input in drawer overlay won't trigger keyboard op…
Browse files Browse the repository at this point in the history
…en (#19964)
  • Loading branch information
yqrashawn committed May 13, 2024
1 parent 2a03282 commit 112768d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/status_im/navigation/effects.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 112768d

Please sign in to comment.