Using just this bit of code,
local text = native.newTextField(10,50,200,40)
text.size = 14 / display.contentScaleY
The
text boxes work fine on Samsung Galaxy Tab, Kindle, and Anmost of the
other droid devices but not on Samsung Galaxy II. Is there a way to get
it working properly?
Have read through these links but they are of help as it does not fix things
- http://forums.coronalabs.com/topic/36585-dynamic-font-size-for-native-text-fields/
- http://web-c1.anscamobile.com/forum/2012/11/26/how-adjust-native-textfield-font-size-when-different-device-used
- http://forums.coronalabs.com/topic/29724-my-input-text-is-cut-off-halfway-on-some-android-devices-pls-help/