Hello,
I have a big problem with text right now.
Since last iOs update (8.2 12D508) my texts don’t show anymore.
Things as simple as :
var text : Textfield = new Textfield();
text.defaultTextFormat = new Textformat("Arial", 20, 0x0066ff);
text.text = "blablabla";
don’t show anything
A lot of my in production games are affected, no text visible at all
I’ll try to update to last Lime, but I’m not sure I should update openfl to last beta yet. as I use a lot of extensions and it seems this part isn’t ready yet ? (no Lib.load / jni)
What can I do to show text again ? I don’t even have an error message when creating a textformat :’(
Halp!
Thanks
edit : tested more and actually even a simple textfield with no style doesn’t show anything.