fix(ios): autofocus input in drawer overlay won't trigger keyboard open (#19964)

This commit is contained in:
yqrashawn 2024-05-13 23:11:15 +08:00 committed by GitHub
parent 2a03282dd6
commit 112768d13a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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