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