Skip to content
This repository has been archived by the owner on Nov 12, 2021. It is now read-only.

Teclado Swype #5

Open
beneti opened this issue Jan 10, 2013 · 9 comments
Open

Teclado Swype #5

beneti opened this issue Jan 10, 2013 · 9 comments

Comments

@beneti
Copy link

beneti commented Jan 10, 2013

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

@toshikurauchi
Copy link
Owner

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!

@nathaliepl
Copy link

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 =)

@toshikurauchi
Copy link
Owner

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.

@felipearimateia
Copy link

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"

@nathaliepl
Copy link

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.

@slg1013
Copy link

slg1013 commented Sep 22, 2014

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

Thanks,

Steve

@toshikurauchi
Copy link
Owner

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...

@slg1013
Copy link

slg1013 commented Sep 23, 2014

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
#5 (comment)
.

@edilmar
Copy link

edilmar commented Jun 21, 2016

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants