PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → problem with numeric keyboard on iPhone
problem with numeric keyboard on iPhone
Iniciado por VEGEboss, fev., 27 2019 1:52 PM - 3 respostas
Membro registado
88 mensagems
Publicado em fevereiro, 27 2019 - 1:52 PM
hello everybody

as in the subject I have this problem: in my App I have a lot of edit fields, most of them with a NUMERIC mask (999)

when the App runs on the iPhone, when the field take the Focus, the smartphone automatically open the NUMBER keyboard and… surprise! There is'nt a [CONFIRM] or [OK] or [CONTINUE] or [WTF you want] button to close the keyboard!!!

The SIPVisible() function gives very little help because NOT ALWAYS works correctly.

But the TRUE question is: how is possible that the numeric keyboard has'nt a "close" button?
Who make the bad work? Mr. iOS or Dr. Windev Mobile?

thank folks
Membro registado
514 mensagems
Publicado em fevereiro, 27 2019 - 2:24 PM
Hi VEGEboss

well maybe it's windev I don't know but the only way if you don't have OK button it's only tapping the window I guess...

--
Best Regards
ARV
Membro registado
88 mensagems
Publicado em fevereiro, 27 2019 - 2:40 PM
hello ARV

yes, touching the screen on the "last three pixels" on the right side, the keyboard will close, but I think is a very poor relpy for my customers
(and the fact that in the WM environment simulation ALL WORKS PERFECTLY... it drives me crazy)
Mensagem modificada, fevereiro, 27 2019 - 2:41 PM
Membro registado
514 mensagems
Publicado em fevereiro, 27 2019 - 3:03 PM
Hi VEGEboss

well maybe you could hide a button behind your edits and setfocus to him instead of the edits...
try to play with the controls if the keyboard numeric doesn't have the OK button.

also did you see on the details tab of the edit?

--
Best Regards
ARV