mirror of
https://github.com/status-im/status-react.git
synced 2025-01-23 17:29:08 +00:00
fix(ios): autofocus input in drawer overlay won't trigger keyboard open (#19964)
This commit is contained in:
parent
2a03282dd6
commit
112768d13a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user