hello, i’m new in corona and trying to show some texts on screen. this code works fine in corona simulator, but when i install apk on android device fonts are not on that coordinate, i guess x begins from -200,-300… and y too… here’s the code;
some_text[1]=“test-1”
some_text[2]=“test-1”
some_text[3]=“test-1”
local myText = display.newText(some_text[1],20, 150, 340, 600, native.systemFont, 17)
myText:setTextColor(255, 255, 255)
i’m testing on htc sense android 4.0.3
what am i doing wrong? many thanks [import]uid: 169035 topic_id: 29528 reply_id: 329528[/import]