f111fei / react-native-unity-view

Show an unity view in react native
MIT License
402 stars 102 forks source link

Keyboard not showing on ios #140

Open soniska22 opened 4 years ago

soniska22 commented 4 years ago

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?

CurralesDragon commented 3 years ago

Did you find a solution for this?