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…
Reference in New Issue