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
We have successfully integrated the unity app into react native app. Everything is working fine except input fields on ios devices in unity module. Input fields are focused, keypress is registered in unity, just keyboard is not showing on the screen. When I ask info about the touchscreen keyboard in unity it seems that keyboard is active and visible.
But, if you focus some input field component in reac-native part before going to unity, the keyboard is displaying and working fine for the rest of the application session, even in unity.
So the problem is if the keyboard has to be displayed for the first time from the unity app.
Android devices are working fine.
Any ideas?
The text was updated successfully, but these errors were encountered:
We have successfully integrated the unity app into react native app. Everything is working fine except input fields on ios devices in unity module. Input fields are focused, keypress is registered in unity, just keyboard is not showing on the screen. When I ask info about the touchscreen keyboard in unity it seems that keyboard is active and visible.
But, if you focus some input field component in reac-native part before going to unity, the keyboard is displaying and working fine for the rest of the application session, even in unity.
So the problem is if the keyboard has to be displayed for the first time from the unity app.
Android devices are working fine.
Any ideas?
The text was updated successfully, but these errors were encountered: