PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → [WM23] Android keyboard show up
[WM23] Android keyboard show up
Iniciado por ARV, nov., 22 2018 5:31 PM - 1 resposta
Membro registado
514 mensagems
Publicado em novembro, 22 2018 - 5:31 PM
Hi

I have a window for a login right now, I have a code that when I determinate a user can auto login I open my next window but this window show the keyboard for unknow reason.

If I test it without auto login this keyboard never show up.
I don't know why it's this happening.

On my principal window (the next one after login) I don't have any edit that the user can see only one but this one it's read only and it's offscreen (I use it just that the user can't close the window with android back button)

So I don't know what it's launching the keyboard...

anyone have an idea why is this happening?
Thanks!

--
Best Regards
ARV
Membro registado
514 mensagems
Publicado em novembro, 22 2018 - 5:45 PM
Hi

Problem solve

issue: The window login have an auto-focus on the edit of the user

solve: on the event of the end of inisialization I set focus on the edit I use just to make the user don't close the window with the back button of android, I set this edit out of the screen just to make sure the user can't see it.

Good Luck everyone!

--
Best Regards
ARV