I created a 1 event project with a screen size and frame size of 640x960, put a centered text item in the middle, and wrote the screen size to it using:
System Every Tick -> Text Set text to "Screen size:"&WindowWidth&"x"&WindowHEight.
In IE 9, the font & scale of the resultant output text does not change, and if you resize the browser many times, then hit refresh, the text stays in the same place - i.e. it works perfectly
Now do the same with FF 14.0.1. The text grows and shrinks (it should not scale in crop mode), and becomes pixilated and unreadable. After some changing of size, you hit refresh, the text Jumps to the center and changes font & scaling, but is still broken and pixilated.
capx here: https://www.dropbox.com/s/0vfx5eefz0c4wbi/screen_size.capx
chrome is just as bad. It scales the text horribly when it should not scale it at all. When you refresh, it puts the text back roughly to the right size, but its still broken up and pixlated (not a proper render of the font, with the "S" from Screen size having a gap in the middle.
Is this a bug in R100, or are all versions like this?
For 2 weeks I have been trying to find a way of getting construt 2 to work on varied mobile screen sizes without the letterbox black bars. I was hoping to use crop mode and do the scaling manually, but if the text wont render in a readable manner then I cant think of any more options :(