Hello,
I just noticed using AIR iOS 18 (Build 199) if I call getCharBoundaries on a TextField the behavior of this method has changed.
"getCharBoundaries" does not give a rectangle object anymore where a char position is given in pixels. The resulting rect.x has now to be multiplied with the font size to get the correct results. This messes up all of my apps.
Is this behavior wanted?
Best,
Henning