Hi,
Following is the style which I have defined in TSS:
"#dataView": { top : "15%", left : '30dip', right : '5dip', height : Titanium.UI.SIZE, color : '#5d6770', borderColor : "red", borderWidth : "1dip", textAlign : Titanium.UI.TEXT_ALIGNMENT_RIGHT, backgroundImage : 'none', keyboardType : Titanium.UI.KEYBOARD_DECIMAL_PAD, font: { fontSize: '12dip' } }When building the application using 3.2.0.GA and launching the keyboard, the symbols are getting displayed in Android. But when building the application using 3.4.0.GA the symbols are not getting displayed. This issue is observed in Android Samsung devices. It is working properly in Nexus devices.
Any one faced this issue and know how to resolve it?