You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The keyboard won't show, but if you trigger a keyboard from within react-native before any unity events, it works.
Does anyone have any ideas what the issue is here? Im guessing its some sort of lifecycle event not firing until react-native triggers a keyboard to open.
Thanks
The text was updated successfully, but these errors were encountered:
Hi! Did you encounter this problem in IOS? The situation I encountered in IOS is the same as you. I solved it in the following way. After you start unity, call the following function. I call it through react native
Hi,
I can refer to this same issue: f111fei/react-native-unity-view#140
The keyboard won't show, but if you trigger a keyboard from within react-native before any unity events, it works.
Does anyone have any ideas what the issue is here? Im guessing its some sort of lifecycle event not firing until react-native triggers a keyboard to open.
Thanks
The text was updated successfully, but these errors were encountered: