Skip to content

Commit

Permalink
fix(ios): autofocus input in drawer overlay won't trigger keyboard open
Browse files Browse the repository at this point in the history
  • Loading branch information
yqrashawn committed May 13, 2024
1 parent f50ca46 commit 0a7e402
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 0a7e402

Please sign in to comment.