react-native-unity-view icon indicating copy to clipboard operation
react-native-unity-view copied to clipboard

Keyboard not showing on ios

Open soniska22 opened this issue 6 years ago • 1 comments

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?

soniska22 avatar Oct 07 '19 16:10 soniska22

Did you find a solution for this?

CurralesDragon avatar Sep 03 '20 10:09 CurralesDragon