Hi All
I have two unwanted behaviors in simple EditText use, in my Galaxy Tab P3100. (android 4.04)
First I would like to disable the autocomplete in the edittext, with normal texts, not only for passwords. As a matter of fact this is fairly uncomfortable for usernames too, in my case. In another post it is explained how to disable it for password input type, and this works fine. It seems to me that same method (i.e. using Bit.Or(Field.InputType,0x00000080) ) applied to EDIT_TYPE_TEXT fields forces those fields to be password too.
Second, when using: Mail.InputType=Bit.OR(Mail.INPUT_TYPE_TEXT, 8192) for mail addresses, I get always the first character UpperCase.
Thanks in advance
I have two unwanted behaviors in simple EditText use, in my Galaxy Tab P3100. (android 4.04)
First I would like to disable the autocomplete in the edittext, with normal texts, not only for passwords. As a matter of fact this is fairly uncomfortable for usernames too, in my case. In another post it is explained how to disable it for password input type, and this works fine. It seems to me that same method (i.e. using Bit.Or(Field.InputType,0x00000080) ) applied to EDIT_TYPE_TEXT fields forces those fields to be password too.
Second, when using: Mail.InputType=Bit.OR(Mail.INPUT_TYPE_TEXT, 8192) for mail addresses, I get always the first character UpperCase.
Thanks in advance