MaskedEditText icon indicating copy to clipboard operation
MaskedEditText copied to clipboard

Teclado Swype

Open beneti opened this issue 12 years ago • 9 comments

Estou testando com o teclado swype e não está dando certo. Você chegou a testar com esse teclado?

beneti avatar Jan 10 '13 18:01 beneti

Oi beneti, Me desculpe pela demora!

Não testei... o que está acontecendo? Não funciona de nenhum jeito? Você pode dar um exemplo de um caso que dá erro?

Obrigado!

toshikurauchi avatar Jan 14 '13 20:01 toshikurauchi

Oi! Estou tendo o mesmo problema com o teclado swype nas versões de android 2.3.x (quando o desabilito o tecado original do telefone funciona). Tenho uma editText para telefone e possui a máscara (xx)xxxxx-xxxx e também para o campo de CPF Quando estou testando no Galaxy SII Lite ou Galaxy Note, por exemplo, o teclado fica perdido nas posições. Eu digito o número que quero e ele não necessariamente vai para a posição seguinte. As vezes até volta para a primeira.

Se quiser, me avisa que eu mando um vídeo mostrando o comportamento.

Obrigada e fico no aguardo do seu retorno =)

nathaliepl avatar Sep 03 '13 14:09 nathaliepl

Oi nathaliepl, Me desculpe pela demora... infelizmente não estou tendo tempo para me dedicar a esse projeto. Se você quiser posso te ajudar a entender meu código, mas pelo menos por enquanto não vou conseguir olhar com calma para entender o problema.

toshikurauchi avatar Sep 23 '13 22:09 toshikurauchi

Uma solução rápida é você colocar seu edittext do tipo password e deixar o password visível. Para edittext do tipo password o teclado swype não funciona.

android:inputType="textVisiblePassword"

felipearimateia avatar Sep 23 '13 22:09 felipearimateia

Oi Toshi, eu vi a issue aberta aqui e resolvi perguntar novamente para saber se você já havia encontrado uma solução para o problema. Antes mesmo de você e o Felipe me responderem, eu achei essa solução dada por ele na internet e funcionou =) Mesmo assim obrigada pela atenção.

nathaliepl avatar Sep 25 '13 00:09 nathaliepl

I'm still having issues with the Swype keyboard. Is there a solution for this?

Thanks,

Steve

slg1013 avatar Sep 22 '14 21:09 slg1013

Hi Steve,

Unfortunately I'm not having time to work on this project right now. However, @felipearimateia pointed out that a quick solution for this is to use the MaskedEditText as a password type with visible password. So the quick solution would be to use:

android:inputType="textVisiblePassword"

Would that be enough for you? I'm really sorry that I can't look at it with more attention right now...

toshikurauchi avatar Sep 22 '14 21:09 toshikurauchi

Hi Toshi,

Thanks. It does appear that setting the input type to "textVisiblePassword" is an effective workaround for the issue.

Steve

On Mon, Sep 22, 2014 at 2:18 PM, Toshi Kurauchi [email protected] wrote:

Hi Steve,

Unfortunately I'm not having time to work on this project right now. However, @felipearimateia https://github.com/felipearimateia pointed out that a quick solution for this is to use the MaskedEditText as a password type with visible password. So the quick solution would be to use:

android:inputType="textVisiblePassword"

Would that be enough for you? I'm really sorry that I can't look at it with more attention right now...

— Reply to this email directly or view it on GitHub https://github.com/toshikurauchi/MaskedEditText/issues/5#issuecomment-56444828 .

slg1013 avatar Sep 23 '14 00:09 slg1013

Hi, I configured a date field like this: <br.com.sapereaude.maskedEditText.MaskedEditText android:id="@+id/editTextDataInicio" android:inputType="number" custom_edit:mask="##/##/####" style="@style/EditText"/> The problem is that date is only numbers, and after type each digit, the keyboard comes back to alphanumeric, not numeric. Using MotoG3.

edilmar avatar Jun 21 '16 20:06 edilmar