native.newTextField() is not visible [Solved]

An input field created via native.newTextField() is not visible in a fullscreen mode (desktop app, Win 10). It can operate, but nor the text, not the field are not visible. Once you try to switch the app to a window mode the input field becomes visible. In the simulator or mobile devices the element works fine any time. Any ideas or suggestions how to fix that?

This is actually a known issue and lucky for us, there is a workaround :slight_smile: . Here is the workaround: https://github.com/roaminggamer/RGEasyTextField/

1 Like

Thank you very much! That helps!

1 Like