+1
Attributes for android textfield
Can I get rid of the yellow border around the android textfield? Also, can I change the field color in the android textfield? Finally, multiline does not seem to work in the textfield. Is there a different attribute in android to get the text to wrap around in the textfield?
Kundesupport af UserEcho
We currently have a bug report in for the yellow border issue as well as adding the fieldcolor attribute to the Android engine.
Multiline should work on Android, can you provide a snippet of your textfield tag for me to test?
<textfield name="textfield" alias="FACEBOOK-TEXTFIELD" width="100%" height="57%" align="center" bottomof="toolbar" topmargin="6" fieldcolor="#6d84b4" font="Roboto" multiline="yes" size="22" color="#F2F0EE" alignment="left" valignment="top" padding="6" text="" onreturnkeypressed="close-fb" ></textfield>
I also took this snippet into a new app and it too functioned as intended.
Can you give me a little more detail and maybe a screenshot of multiline not working? What device are you testing on?