Native textfield width incorrect on iOS devices

Hello, I have been trying to properly position the textfield object, but I’ve noticed that the width parameter is not as large as it should be on iOS devices causing the textfield to be improperly positioned.

However, on Android devices the position is correct. [import]uid: 8921 topic_id: 2827 reply_id: 302827[/import]

I don’t know of any known problems in the current Corona SDK/Game Editon. Because of the way iOS and Android implement textFields, you may need to change the width/height values between the two. You can call system.getInfo to determine the device type and change the parameters based on the device type.

If you think there is a bug, can you post some sample code to show the problem?

Thanks,
-Tom [import]uid: 7559 topic_id: 2827 reply_id: 8639[/import]