PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → [WM23] Android keyboard show up
[WM23] Android keyboard show up
Débuté par ARV, 22 nov. 2018 17:31 - 1 réponse
Membre enregistré
498 messages
Popularité : +8 (8 votes)
Posté le 22 novembre 2018 - 17:31
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
Membre enregistré
498 messages
Popularité : +8 (8 votes)
Posté le 22 novembre 2018 - 17:45
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