Anyone working with windows builds and native textfields? We have a problem that the textfields isn’t showing up when fullscreen mode (works in windowed modes)
Is this a limit somehow?
I tried to read up on it, and it looked like it should be working since 2015 according to this:
https://forums.coronalabs.com/topic/62167-fullscreen-support-i-mean-real-one/?p=322290
But maybe something changed again?
We did a “hacky” solution for now with a normal textfield below the native one copying the text into it on update (as writing in the invisbile native textfield still works) but would be great to make it work with the real one.