Keyboard Type
Posted: Mon Mar 11, 2013 9:49 pm
Hi All,
I use the command "ASK" to fill a field in Android.
I use the "mobileSetKeyboardType" number "for the numeric keypad.
It works in any field, but not in the command field "ASK", it becomes the normal keyboard.
By IOS against it works.
Have you ever encountered this problem or found a solution.
Thanks
Bobo
I use the command "ASK" to fill a field in Android.
Code: Select all
on mouseUp
ask "Remplir le champs C"
put it into field "number"
end mouseUp
Code: Select all
on openField
if the environment is "mobile" then
mobileSetKeyboardType "numeric"
end if
end openField
By IOS against it works.
Have you ever encountered this problem or found a solution.
Thanks
Bobo