|
Keyboard issue on Android |
Iniciado por ar, jul., 30 2019 5:16 PM - 2 respostas |
| |
| | | |
|
| |
Publicado em julho, 30 2019 - 5:16 PM |
I have a strange issue I cannot seem to get around.
I have an app with a single window and 4 planes. When switching from plane 1 to 4 and back to 1 again, the keyboard becomes visible on plane 1. No amount of sipvisible(false) can kill it. Plane 2 back to 1 is not an issue. Plane 3 back to 2 is not an issue. In IOS it is fine.
Both plane 4 and plane 1 have editable controls which I think are causing it to happen, even though I eliminated the controls on plane 1 and it didn't help. If I tap in the editable control on plane 4, the number keyboard appears like it should. If I then go back to plane 1 the regular keyboard does not appear on plane 1.
I am at a loss here how to stop this. I tried two different phones as well. Emulator it is OK.
Thanks Jim |
| |
| |
| | | |
|
| | |
| |
Publicado em julho, 30 2019 - 5:41 PM |
I am using WinDev Mobile version 23. |
| |
| |
| | | |
|
| | |
| |
Membro registado 514 mensagems |
|
Publicado em julho, 30 2019 - 11:41 PM |
Hi Jim
check the order of navigation of your planes maybe the order of edit controls are making some issue.
another thing to try it's to create a edit that will be always on every plane, then this edit change it to be no editable and disable the keyboard to make sure it doesn't appear. Now use the function RetunToCapture on that edit and maybe this could work.
-- Best Regards ARVMensagem modificada, julho, 30 2019 - 11:41 PM |
| |
| |
| | | |
|
| | | | |
| | |
|